mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-11 02:35:07 +01:00
dc444e5c28
bugfixes mkv added
34 lines
623 B
JSON
34 lines
623 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Crunchyroll Downloader Addon",
|
|
"version": "0.5.0",
|
|
|
|
"description": "A Firefox Addon for my Crunchyroll Downloader",
|
|
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"activeTab",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"http://127.0.0.1/*",
|
|
"tabs"
|
|
],
|
|
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"128": "icons/icon-128.png",
|
|
"48": "icons/icon-48.png",
|
|
"20": "icons/icon-20.png"
|
|
},
|
|
"default_title": "CR-Downloader",
|
|
"default_popup": "popup.html"
|
|
},
|
|
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
|
|
} |