Initial commit
This commit is contained in:
24
manifest.json
Normal file
24
manifest.json
Normal file
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "Base Url Switcher",
|
||||
"version": "1.0",
|
||||
|
||||
"description": "Allows for fast switching between different base urls with the same url parameters.",
|
||||
"icons": {
|
||||
"96": "icons/base-url-switcher-96.png"
|
||||
},
|
||||
|
||||
"options_ui": {
|
||||
"page": "options/options.html",
|
||||
"browser_style": true
|
||||
},
|
||||
|
||||
"permissions": ["activeTab", "storage"],
|
||||
|
||||
"browser_action": {
|
||||
"default_icon": "icons/base-url-switcher-96.png",
|
||||
"default_title": "Base Url Switcher",
|
||||
"default_popup": "popup/choose_url.html",
|
||||
"browser_style": true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user