mirror of
https://0xacab.org/dCF/deCloudflare.git
synced 2025-01-20 14:19:01 -05:00
62 lines
1.2 KiB
JSON
62 lines
1.2 KiB
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "My Privacy DNS - Reporter",
|
|
"description": "Reporting websites made easy.",
|
|
"version": "1.0.1.11",
|
|
"author": "Crimeflare",
|
|
"homepage_url": "http://crimeflare.eu.org/",
|
|
"permissions": [
|
|
"<all_urls>",
|
|
"storage",
|
|
"menus",
|
|
"activeTab",
|
|
"tabs",
|
|
"notifications",
|
|
"downloads",
|
|
"webRequest",
|
|
"webNavigation",
|
|
"clipboardWrite"
|
|
],
|
|
"options_ui": {
|
|
"page": "conf.html"
|
|
},
|
|
"browser_action": {
|
|
"browser_style": false,
|
|
"default_icon": {
|
|
"96": "icon.png"
|
|
},
|
|
"default_title": "MyPDNS"
|
|
},
|
|
"sidebar_action": {
|
|
"default_icon": "icon.png",
|
|
"default_title": "My Privacy DNS Reporter",
|
|
"default_panel": "side/side.html",
|
|
"open_at_install": false
|
|
},
|
|
"icons": {
|
|
"96": "icon.png"
|
|
},
|
|
"content_scripts": [
|
|
{
|
|
"matches": [
|
|
"https://mypdns.org/*"
|
|
],
|
|
"js": [
|
|
"add.js"
|
|
],
|
|
"run_at": "document_idle"
|
|
}
|
|
],
|
|
"background": {
|
|
"scripts": [
|
|
"main.js"
|
|
]
|
|
},
|
|
"applications": {
|
|
"gecko": {
|
|
"id": "reporter@cat.mypdns.org",
|
|
"strict_min_version": "91.0",
|
|
"update_url": "https://git.disroot.org/dCF/deCloudflare/raw/branch/master/tool/mypdns/update_firefox.json"
|
|
}
|
|
}
|
|
} |