Update tool/mypdns_reporter/cli/mypdnsrep.app, tool/mypdns_reporter/gui/gui.zip, tool/mypdns_reporter/addon/chrome/addon.crx, tool/mypdns_reporter/addon/chrome/icon.png, tool/mypdns_reporter/addon/chrome/conf.html, tool/mypdns_reporter/addon/chrome/conf.js, tool/mypdns_reporter/addon/chrome/main.js, tool/mypdns_reporter/addon/chrome/manifest.json, tool/mypdns_reporter/addon/firefox/addon.xpi, tool/mypdns_reporter/addon/firefox/icon.png, tool/mypdns_reporter/addon/firefox/conf.html, tool/mypdns_reporter/addon/firefox/conf.js, tool/mypdns_reporter/addon/firefox/manifest.json, tool/mypdns_reporter/addon/firefox/main.js
2022-08-26 06:57:20 -04:00
|
|
|
{
|
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "My Privacy DNS Reporter",
|
|
|
|
"description": "Reporting websites made easy.",
|
2022-09-09 06:54:50 -04:00
|
|
|
"version": "1.0.0.1",
|
Update tool/mypdns_reporter/cli/mypdnsrep.app, tool/mypdns_reporter/gui/gui.zip, tool/mypdns_reporter/addon/chrome/addon.crx, tool/mypdns_reporter/addon/chrome/icon.png, tool/mypdns_reporter/addon/chrome/conf.html, tool/mypdns_reporter/addon/chrome/conf.js, tool/mypdns_reporter/addon/chrome/main.js, tool/mypdns_reporter/addon/chrome/manifest.json, tool/mypdns_reporter/addon/firefox/addon.xpi, tool/mypdns_reporter/addon/firefox/icon.png, tool/mypdns_reporter/addon/firefox/conf.html, tool/mypdns_reporter/addon/firefox/conf.js, tool/mypdns_reporter/addon/firefox/manifest.json, tool/mypdns_reporter/addon/firefox/main.js
2022-08-26 06:57:20 -04:00
|
|
|
"author": "Crimeflare",
|
|
|
|
"homepage_url": "http://crimeflare.eu.org/",
|
|
|
|
"permissions": [
|
|
|
|
"<all_urls>",
|
|
|
|
"storage",
|
|
|
|
"menus",
|
|
|
|
"activeTab",
|
|
|
|
"tabs",
|
|
|
|
"notifications",
|
|
|
|
"downloads",
|
|
|
|
"webRequest",
|
|
|
|
"webNavigation"
|
|
|
|
],
|
|
|
|
"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": {
|
2022-09-08 18:15:22 -04:00
|
|
|
"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"
|
Update tool/mypdns_reporter/cli/mypdnsrep.app, tool/mypdns_reporter/gui/gui.zip, tool/mypdns_reporter/addon/chrome/addon.crx, tool/mypdns_reporter/addon/chrome/icon.png, tool/mypdns_reporter/addon/chrome/conf.html, tool/mypdns_reporter/addon/chrome/conf.js, tool/mypdns_reporter/addon/chrome/main.js, tool/mypdns_reporter/addon/chrome/manifest.json, tool/mypdns_reporter/addon/firefox/addon.xpi, tool/mypdns_reporter/addon/firefox/icon.png, tool/mypdns_reporter/addon/firefox/conf.html, tool/mypdns_reporter/addon/firefox/conf.js, tool/mypdns_reporter/addon/firefox/manifest.json, tool/mypdns_reporter/addon/firefox/main.js
2022-08-26 06:57:20 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|