20 lines
452 B
JSON
20 lines
452 B
JSON
{
|
|
"name": "SearchSwitcher",
|
|
"version": "0.0.3",
|
|
"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"
|
|
},
|
|
"permissions": ["activeTab", "scripting"],
|
|
"background": {
|
|
"scripts": ["background.js"],
|
|
"persistent": false
|
|
}
|
|
} |