21 lines
388 B
JSON
21 lines
388 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "downloader-server",
|
|
"version": "0.1",
|
|
"description": "Extension for downloader-server",
|
|
"permissions": [
|
|
"storage", "tabs"
|
|
],
|
|
"optional_permissions": [
|
|
"http://*/*",
|
|
"https://*/*"
|
|
],
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
},
|
|
"browser_action": {
|
|
"default_popup": "popup.html"
|
|
},
|
|
"applications": { "gecko": { "id": "X@Y" } }
|
|
}
|