68 lines
2.4 KiB
JSON
68 lines
2.4 KiB
JSON
|
|
{
|
||
|
|
"action": {
|
||
|
|
"default_icon": "assets/bdlogo.png",
|
||
|
|
"default_popup": "home.html",
|
||
|
|
"default_title": "__MSG_app_name__"
|
||
|
|
},
|
||
|
|
"background": {
|
||
|
|
"service_worker": "background.js"
|
||
|
|
},
|
||
|
|
"content_scripts": [ {
|
||
|
|
"all_frames": true,
|
||
|
|
"css": [ "content_styles.css" ],
|
||
|
|
"matches": [ "\u003Call_urls>" ]
|
||
|
|
} ],
|
||
|
|
"declarative_net_request": {
|
||
|
|
"rule_resources": [ {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "advertising",
|
||
|
|
"path": "tracking/dnr/advertising.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "analytics",
|
||
|
|
"path": "tracking/dnr/analytics.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "customer_interaction",
|
||
|
|
"path": "tracking/dnr/customer_interaction.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "social_media",
|
||
|
|
"path": "tracking/dnr/social_media.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "essential",
|
||
|
|
"path": "tracking/dnr/essential.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "domain_cookies",
|
||
|
|
"path": "tracking/dnr/domain_cookies.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "exceptions",
|
||
|
|
"path": "tracking/dnr/exceptions.json"
|
||
|
|
}, {
|
||
|
|
"enabled": true,
|
||
|
|
"id": "special_offers",
|
||
|
|
"path": "tracking/dnr/special_offers.json"
|
||
|
|
} ]
|
||
|
|
},
|
||
|
|
"default_locale": "en",
|
||
|
|
"description": "__MSG_app_desc__",
|
||
|
|
"host_permissions": [ "*://*/*" ],
|
||
|
|
"icons": {
|
||
|
|
"128": "assets/bdlogo.png"
|
||
|
|
},
|
||
|
|
"key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAh8ROIzAMwGAvZvioTEGDzZbhwVjtodFMu4ZAwnh+KY5LaIXYiuUx4U9Z1mZa4C/UWQpEoYWLMDkE2ZNzZ7w0YLSf/zu3XGNvRN8AbdkMa3S9ppMtmeVDayaXwkyeNUyrGSvuP5JKBHeyA2VIm9WzGYLq51x0Uchl1kOIskzVEk9V8P8fzuYlu2pf7lTZ+cxaMgelIS6/adQn8Ulf6DCakeNM4EZLHqsLjMc7cxNoWfonQdfYH9At3LijaadhmK9TcTx1rFo8GwDIioWmlcJUa7oi+Pf3Rvh37Nyv0OQw2/LoKPhzS7ccEuQlx39hypsjgFAalGX1ItApnXKZDURR9QIDAQAB",
|
||
|
|
"manifest_version": 3,
|
||
|
|
"name": "__MSG_app_name__",
|
||
|
|
"permissions": [ "tabs", "webNavigation", "webRequest", "declarativeNetRequest", "declarativeNetRequestFeedback", "storage", "nativeMessaging", "scripting" ],
|
||
|
|
"short_name": "__MSG_short_name__",
|
||
|
|
"update_url": "https://clients2.google.com/service/update2/crx",
|
||
|
|
"version": "1.5.0.38",
|
||
|
|
"web_accessible_resources": [ {
|
||
|
|
"matches": [ "\u003Call_urls>" ],
|
||
|
|
"resources": [ "_locales/*.*/messages.json", "tracking/trackers.json" ]
|
||
|
|
} ]
|
||
|
|
}
|