Adding logo to manifest
This commit is contained in:
parent
4fa82d90de
commit
a7a749188e
|
@ -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": [
|
||||||
|
|
Loading…
Reference in New Issue