mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-30 03:11:52 -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