datadome, cloudflare, google and akamai on suicide watch
This commit is contained in:
30
ext/manifest.json
Normal file
30
ext/manifest.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "4play",
|
||||
"version": "1.0",
|
||||
"description": "4play & dominate",
|
||||
"icons": {
|
||||
"48": "icon.png"
|
||||
},
|
||||
"browser_action": {
|
||||
"default_icon": "icon.png",
|
||||
"default_title": "4play",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"permissions": [
|
||||
"tabs",
|
||||
"contextualIdentities",
|
||||
"cookies",
|
||||
"proxy",
|
||||
"webNavigation",
|
||||
"webRequest",
|
||||
"webRequestBlocking",
|
||||
"scripting",
|
||||
"<all_urls>",
|
||||
"activeTab",
|
||||
"storage"
|
||||
],
|
||||
"background": {
|
||||
"scripts": ["bg.js"]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user