25 lines
571 B
JSON
25 lines
571 B
JSON
{
|
|
"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
|
|
}
|
|
}
|