new icon libredirect for all sizes
This commit is contained in:
parent
ecd5a7c5bf
commit
e64cae0810
|
@ -9,10 +9,10 @@
|
|||
},
|
||||
"default_locale": "en",
|
||||
"icons": {
|
||||
"16": "assets/images/icon16.png",
|
||||
"32": "assets/images/icon32.png",
|
||||
"48": "assets/images/icon48.png",
|
||||
"128": "assets/images/icon128.png"
|
||||
"16": "assets/images/libredirect.svg",
|
||||
"32": "assets/images/libredirect.svg",
|
||||
"48": "assets/images/libredirect.svg",
|
||||
"128": "assets/images/libredirect.svg"
|
||||
},
|
||||
"permissions": [
|
||||
"tabs",
|
||||
|
@ -27,20 +27,20 @@
|
|||
],
|
||||
"default_title": "Change Instance",
|
||||
"default_icon": {
|
||||
"16": "assets/images/icon16.png",
|
||||
"32": "assets/images/icon32.png",
|
||||
"48": "assets/images/icon48.png",
|
||||
"128": "assets/images/icon128.png"
|
||||
"16": "assets/images/libredirect.svg",
|
||||
"32": "assets/images/libredirect.svg",
|
||||
"48": "assets/images/libredirect.svg",
|
||||
"128": "assets/images/libredirect.svg"
|
||||
}
|
||||
},
|
||||
"browser_action": {
|
||||
"default_title": "Privacy Redirect",
|
||||
"default_popup": "pages/popup/popup.html",
|
||||
"default_icon": {
|
||||
"16": "assets/images/icon16.png",
|
||||
"32": "assets/images/icon32.png",
|
||||
"48": "assets/images/icon48.png",
|
||||
"128": "assets/images/icon128.png"
|
||||
"16": "assets/images/libredirect.svg",
|
||||
"32": "assets/images/libredirect.svg",
|
||||
"48": "assets/images/libredirect.svg",
|
||||
"128": "assets/images/libredirect.svg"
|
||||
}
|
||||
},
|
||||
"content_scripts": [
|
||||
|
|
Loading…
Reference in New Issue