26 lines
426 B
JSON
26 lines
426 B
JSON
{
|
|
|
|
"manifest_version": 2,
|
|
"name": "Downloader",
|
|
"version": "1.0",
|
|
|
|
"description": "Sends links to an external download server to download.",
|
|
|
|
"icons": {
|
|
"48": "icons/border-48.png"
|
|
},
|
|
|
|
"permissions": [
|
|
// "<all_urls>",
|
|
"activeTab"
|
|
// "cookies"
|
|
],
|
|
|
|
"browser_action": {
|
|
"default_icon": "icons/border-48.png",
|
|
"default_title": "Downloader",
|
|
"default_popup": "menu/links.html"
|
|
}
|
|
|
|
}
|