Add icons to manifest v2 extension

This commit is contained in:
Isaac Shoebottom 2022-09-28 20:22:40 -03:00
parent 98ca8afcc6
commit ed6680ac49

View File

@ -4,6 +4,11 @@
"description": "Search switcher",
"manifest_version": 2,
"author": "Isaac Shoebottom",
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"browser_action": {
"default_title": "Switch Search"
},