60 lines
1.2 KiB
JSON
60 lines
1.2 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "GallerySubscriber",
|
|
"version": "1.1.1",
|
|
"description": "Export cookies from supported platforms to GallerySubscriber for automated downloads",
|
|
|
|
"browser_specific_settings": {
|
|
"gecko": {
|
|
"id": "gallerysubscriber@fabledsword.com",
|
|
"data_collection_permissions": {
|
|
"required": ["none"]
|
|
}
|
|
}
|
|
},
|
|
|
|
"permissions": [
|
|
"cookies",
|
|
"storage",
|
|
"tabs",
|
|
"activeTab",
|
|
"webRequest",
|
|
"webRequestBlocking",
|
|
"*://*.patreon.com/*",
|
|
"*://*.subscribestar.com/*",
|
|
"*://*.subscribestar.adult/*",
|
|
"*://*.hentai-foundry.com/*",
|
|
"*://*.discord.com/*",
|
|
"*://*.pixiv.net/*",
|
|
"*://*.deviantart.com/*",
|
|
"*://app-api.pixiv.net/*",
|
|
"*://oauth.secure.pixiv.net/*"
|
|
],
|
|
|
|
"browser_action": {
|
|
"default_popup": "popup/popup.html",
|
|
"default_icon": "icons/icon.svg",
|
|
"default_title": "GallerySubscriber"
|
|
},
|
|
|
|
"background": {
|
|
"scripts": [
|
|
"lib/platforms.js",
|
|
"lib/cookies.js",
|
|
"lib/api.js",
|
|
"background/background.js"
|
|
],
|
|
"persistent": false
|
|
},
|
|
|
|
"options_ui": {
|
|
"page": "options/options.html",
|
|
"browser_style": true
|
|
},
|
|
|
|
"icons": {
|
|
"48": "icons/icon.svg",
|
|
"96": "icons/icon.svg"
|
|
}
|
|
}
|