Repository restored
This commit is contained in:
47
custom/manifest.json
Normal file
47
custom/manifest.json
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"background": {
|
||||
"scripts": ["sites.js", "bpc_count_daily_users.js", "background.js"]
|
||||
},
|
||||
"content_security_policy": "script-src 'self'; object-src 'self'",
|
||||
"browser_specific_settings": {
|
||||
"gecko": {
|
||||
"id": "magnolia_limited_permissions@12.34",
|
||||
"update_url": "https://bitbucket.org/bpc-updates/bpc_updates/downloads//updates_custom.json",
|
||||
"strict_min_version": "86.0"
|
||||
}
|
||||
},
|
||||
"browser_action": {
|
||||
"default_popup": "options/popup.html",
|
||||
"default_icon": {
|
||||
"128": "bypass.png"
|
||||
},
|
||||
"theme_icons": [{
|
||||
"light": "bypass-dark.png",
|
||||
"dark": "bypass.png",
|
||||
"size": 128
|
||||
}
|
||||
]
|
||||
},
|
||||
"description": "Bypass Paywalls of news sites",
|
||||
"homepage_url": "https://twitter.com/Magnolia1234B",
|
||||
"icons": {
|
||||
"128": "bypass.png"
|
||||
},
|
||||
"manifest_version": 2,
|
||||
"name": "Bypass Paywalls Clean (c)",
|
||||
"short_name": "Bypass Paywall",
|
||||
"options_ui": {
|
||||
"browser_style": true,
|
||||
"open_in_tab": true,
|
||||
"page": "options/options.html"
|
||||
},
|
||||
"permissions": [
|
||||
"cookies",
|
||||
"storage",
|
||||
"activeTab",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"*://*/*"
|
||||
],
|
||||
"version": "3.6.4.5"
|
||||
}
|
||||
Reference in New Issue
Block a user