mirror of
https://github.com/hama3254/Crunchyroll-Downloader-v3.0.git
synced 2024-11-11 02:35:07 +01:00
e60637c66c
-Chrome addon support -chrome addon itself
26 lines
485 B
JSON
26 lines
485 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Crunchyroll Downloader Addon",
|
|
"version": "0.2.0",
|
|
|
|
"description": "A Chrome 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"
|
|
}
|
|
|
|
} |