Add Chrome extension icons

- Created icon files in 4 sizes: 16x16, 32x32, 48x48, 128x128
- Added icons directory with gradient purple design
- Updated manifest.json to include default_icon configuration
- Icons will now display properly in Chrome toolbar

Required for Chrome Web Store compliance
This commit is contained in:
renato97
2025-11-04 04:35:50 +00:00
parent aa45241525
commit 8e1631b340
6 changed files with 60 additions and 1 deletions

View File

@@ -28,7 +28,13 @@
},
"action": {
"default_popup": "popup.html",
"default_title": "Manga Mass Downloader"
"default_title": "Manga Mass Downloader",
"default_icon": {
"16": "icons/icon16.png",
"32": "icons/icon32.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"web_accessible_resources": [
{