diff --git a/README.md b/README.md index 8d1a9b8..77bc032 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Premium Glassmorphic YouTube Video & MP3 Downloader +

+ VibeDownloader Logo +

+ +# VibeDownloader - Premium Glassmorphic Social Media & MP3 Downloader A sleek, modern, and high-performance desktop application built with Electron.js that downloads YouTube videos and extracts/converts them into high-quality MP3 audio tracks. Designed with state-of-the-art Glassmorphic aesthetics, fluid micro-animations, and a highly intuitive user interface. diff --git a/main.js b/main.js index 5a563a3..5337f27 100644 --- a/main.js +++ b/main.js @@ -13,6 +13,7 @@ function createWindow() { minWidth: 800, minHeight: 600, frame: false, // Make window frameless + icon: path.join(__dirname, 'src', 'assets', 'icon.ico'), webPreferences: { preload: path.join(__dirname, 'preload.js'), contextIsolation: true, diff --git a/package.json b/package.json index c74137f..9ec1b9a 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "bin/**/*" ], "win": { + "icon": "src/assets/icon.ico", "target": [ "portable" ] diff --git a/src/assets/icon.ico b/src/assets/icon.ico new file mode 100644 index 0000000..f7c75ed Binary files /dev/null and b/src/assets/icon.ico differ diff --git a/src/assets/icon.png b/src/assets/icon.png new file mode 100644 index 0000000..1d719e7 Binary files /dev/null and b/src/assets/icon.png differ diff --git a/src/assets/icon_256.png b/src/assets/icon_256.png new file mode 100644 index 0000000..3083030 Binary files /dev/null and b/src/assets/icon_256.png differ diff --git a/src/assets/icon_32.png b/src/assets/icon_32.png new file mode 100644 index 0000000..6c43a5a Binary files /dev/null and b/src/assets/icon_32.png differ diff --git a/src/assets/icon_64.png b/src/assets/icon_64.png new file mode 100644 index 0000000..34d0ff9 Binary files /dev/null and b/src/assets/icon_64.png differ