SearchSwitch/v2/manifest.json

20 lines
452 B
JSON
Raw Normal View History

2022-09-27 18:40:42 -03:00
{
"name": "SearchSwitcher",
"version": "0.0.2",
"description": "Search switcher",
"manifest_version": 2,
"author": "Isaac Shoebottom",
2022-09-28 20:22:40 -03:00
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
2022-09-27 18:40:42 -03:00
"browser_action": {
"default_title": "Switch Search"
},
"permissions": ["activeTab", "scripting"],
"background": {
"scripts": ["background.js"],
"persistent": false
}
}