mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-29 02:42:57 -05:00
Revert install
This commit is contained in:
parent
df77546d92
commit
d0d7094768
@ -1 +1,38 @@
|
||||
-
|
||||
{
|
||||
"manifest_version": 2,
|
||||
"name": "My Privacy DNS Defender",
|
||||
"description": "Filtering websites made easy.",
|
||||
"version": "1.0.0",
|
||||
"author": "Crimeflare",
|
||||
"homepage_url": "http://crimeflare.eu.org/",
|
||||
"permissions": [
|
||||
"<all_urls>",
|
||||
"storage",
|
||||
"unlimitedStorage",
|
||||
"activeTab",
|
||||
"tabs",
|
||||
"notifications",
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"options_ui": {
|
||||
"page": "list/list.html"
|
||||
},
|
||||
"icons": {
|
||||
"96": "icon.png"
|
||||
},
|
||||
"background": {
|
||||
"scripts": [
|
||||
"main.js"
|
||||
]
|
||||
},
|
||||
"web_accessible_resources": [
|
||||
"blocked.html"
|
||||
],
|
||||
"applications": {
|
||||
"gecko": {
|
||||
"id": "defender@addon.mypdns.org",
|
||||
"strict_min_version": "91.0"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user