SearchSwitch/manifest.json
Isaac Shoebottom 3fc36559da Initial Commit
Basic implementation of search switcher extension.
2022-06-28 00:36:01 -03:00

14 lines
327 B
JSON

{
"name": "SearchSwitcher",
"version": "0.0.1",
"description": "Search switcher",
"manifest_version": 3,
"author": "Isaac Shoebottom",
"action": {
"default_title": "Switch Search"
},
"permissions": ["activeTab", "tabs", "scripting"],
"background": {
"service_worker": "background.js"
}
}