feat: иконки для Chrome и Firefox расширений
- extension/icons/ + extension-firefox/icons/ - icon16.png (16x16), icon48.png (48x48), icon128.png (128x128) - взяты из frontend/public/assets/app-icons/ - 48x48 сгенерирован из 64x64 через ImageMagick - Манифесты: default_icon + icons секции для обоих браузеров - build.sh: иконки включаются в zip/xpi архивы
This commit is contained in:
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 765 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.4 KiB |
@@ -31,6 +31,17 @@
|
||||
|
||||
"action": {
|
||||
"default_popup": "popup/popup.html",
|
||||
"default_title": "Verstak Bridge"
|
||||
"default_title": "Verstak Bridge",
|
||||
"default_icon": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
},
|
||||
|
||||
"icons": {
|
||||
"16": "icons/icon16.png",
|
||||
"48": "icons/icon48.png",
|
||||
"128": "icons/icon128.png"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user