mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-10 18:25:05 +01:00
e11eab225b
-added funitmaiton and crunchyroll setting(s) -added 'hybrid' download
26 lines
486 B
JSON
26 lines
486 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Crunchyroll Downloader Addon",
|
|
"version": "0.2.0",
|
|
|
|
"description": "A Firefox Addon for my Crunchyroll Downloader",
|
|
|
|
"icons": {
|
|
"48": "icons/icon-48.png"
|
|
},
|
|
"permissions": [
|
|
"activeTab",
|
|
"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"
|
|
}
|
|
|
|
} |