Crunchyroll-Downloader-v3.0/CRD-addon/manifest.json
hama3254 bec0ecaada small changes
changed startup error message
added user notification for funimation hardsub
added check for running download in the loop
fix tcp listener issue
2021-01-22 22:45:01 +01:00

29 lines
563 B
JSON

{
"manifest_version": 2,
"name": "Crunchyroll Downloader Addon",
"version": "0.3.0",
"description": "A Firefox Addon for my Crunchyroll Downloader",
"icons": {
"48": "icons/icon-48.png"
},
"permissions": [
"*://anime-on-demand.de/*",
"*://www.anime-on-demand.de/*",
"activeTab",
"cookies",
"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"
}
}