Adding logo to manifest

This commit is contained in:
Jean Viscogliosi-Pate 2025-01-25 20:41:19 -08:00
parent 4fa82d90de
commit a7a749188e
1 changed files with 12 additions and 12 deletions

View File

@ -16,12 +16,12 @@
"browser_action": { "browser_action": {
"default_title": "MetamorPOV", "default_title": "MetamorPOV",
"default_icon": { "default_icon": {
"16": "img/metamorpov.svg", "16": "metamorpov.svg",
"32": "img/metamorpov.svg", "32": "metamorpov.svg",
"48": "img/metamorpov.svg", "48": "metamorpov.svg",
"64": "img/metamorpov.svg", "64": "metamorpov.svg",
"96": "img/metamorpov.svg", "96": "metamorpov.svg",
"128": "img/metamorpov.svg" "128": "metamorpov.svg"
}, },
"default_popup": "popup.html" "default_popup": "popup.html"
}, },
@ -32,12 +32,12 @@
], ],
"icons": { "icons": {
"16": "img/metamorpov.svg", "16": "metamorpov.svg",
"32": "img/metamorpov.svg", "32": "metamorpov.svg",
"48": "img/metamorpov.svg", "48": "metamorpov.svg",
"64": "img/metamorpov.svg", "64": "metamorpov.svg",
"96": "img/metamorpov.svg", "96": "metamorpov.svg",
"128": "img/metamorpov.svg" "128": "metamorpov.svg"
}, },
"content_scripts": [ "content_scripts": [