2020-08-16 23:27:48 +02:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "Crunchyroll Downloader Addon",
|
2020-09-30 18:19:31 +02:00
|
|
|
"version": "0.2.0",
|
2020-08-16 23:27:48 +02:00
|
|
|
|
|
|
|
"description": "A Firefox Addon for my Crunchyroll Downloader",
|
|
|
|
|
|
|
|
"icons": {
|
|
|
|
"48": "icons/icon-48.png"
|
|
|
|
},
|
|
|
|
"permissions": [
|
2020-11-04 19:11:38 +01:00
|
|
|
"*://anime-on-demand.de/*",
|
|
|
|
"*://www.anime-on-demand.de/*",
|
2020-08-16 23:27:48 +02:00
|
|
|
"activeTab",
|
2020-11-04 19:11:38 +01:00
|
|
|
"cookies",
|
2020-08-16 23:27:48 +02:00
|
|
|
"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"
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|