123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- {
- "manifest_version": 3,
- "name": "DeNet",
- "description": "Growing more twitter followers with Denet",
- "version": "1.1.6",
- "denet_app_version_code": "17",
- "background": {
- "service_worker": "/js/background.js"
- },
- "icons": {
- "16": "/logo/16.png",
- "32": "/logo/32.png",
- "48": "/logo/48.png",
- "128": "/logo/128.png"
- },
- "action": {
- "default_popup": "popup.html"
- },
- "content_scripts": [
- {
- "matches": [
- "<all_urls>"
- ],
- "run_at": "document_start",
- "js": [
- "/js/content_help.js"
- ],
- "css": [
- "/css/content_help.css"
- ]
- },
- {
- "matches": [
- "https://*.twitter.com/*",
- "https://twitter.com/*",
- "https://www.facebook.com/*",
- "https://facebook.com/*",
- "*://testh5.denetme.net/*",
- "*://h5.denetme.net/*",
- "*://preh5.denetme.net/*"
- ],
- "run_at": "document_idle",
- "js": [
- "/js/content.js"
- ]
- }
- ],
- "optional_permissions": [
- "declarativeNetRequest"
- ],
- "declarative_net_request": {
- "rule_resources": [
- {
- "id": "ruleset_1",
- "enabled": true,
- "path": "/rules/rules_1.json"
- }
- ]
- },
- "host_permissions": [
- "*://*/*",
- "<all_urls>",
- "*://*.twitter.com/*",
- "*://twitter.com/*",
- "*://*.facebook.com/*",
- "*://facebook.com/*",
- "*://testh5.denetme.net/*",
- "*://h5.denetme.net/*",
- "*://preh5.denetme.net/*"
- ],
- "permissions": [
- "tabs",
- "action",
- "cookies",
- "declarativeNetRequest",
- "activeTab",
- "scripting",
- "storage",
- "alarms"
- ],
- "options_page": "options.html",
- "web_accessible_resources": [
- {
- "resources": [
- "/iframe/publish.html",
- "/iframe/red-packet.html",
- "/iframe/home.html",
- "/iframe/publish-tips.html",
- "/iframe/bind-tweet.html",
- "/iframe/nft-card.html",
- "/iframe/nft-group.html",
- "/iframe/nft-group-card.html",
- "/iframe/buy-nft.html",
- "/iframe/group-card.html",
- "/iframe/popup-page.html",
- "/iframe/popup-page.html",
- "/iframe/tab-group.html",
- "/iframe/joined-group-list.html",
- "/iframe/tool-box-guide.html",
- "/iframe/tool-box.html",
- "/iframe/test.html",
- "/iframe/ach-cashier.html",
- "/img/icon-denet-logo.svg"
- ],
- "matches": [
- "<all_urls>"
- ]
- }
- ]
- }
|