Add icons to manifest v2 extension
This commit is contained in:
parent
98ca8afcc6
commit
ed6680ac49
@ -4,6 +4,11 @@
|
|||||||
"description": "Search switcher",
|
"description": "Search switcher",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"author": "Isaac Shoebottom",
|
"author": "Isaac Shoebottom",
|
||||||
|
"icons": {
|
||||||
|
"16": "icon16.png",
|
||||||
|
"48": "icon48.png",
|
||||||
|
"128": "icon128.png"
|
||||||
|
},
|
||||||
"browser_action": {
|
"browser_action": {
|
||||||
"default_title": "Switch Search"
|
"default_title": "Switch Search"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user