Add Icons

This commit is contained in:
2022-09-28 20:21:05 -03:00
parent 49bad5d35c
commit 98ca8afcc6
16 changed files with 135 additions and 0 deletions

View File

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