diff options
author | issue_ce_156 <issue_ce_156@noreply.codeberg.org> | 2019-08-13 00:54:49 +0200 |
---|---|---|
committer | issue_ce_156 <issue_ce_156@noreply.codeberg.org> | 2019-08-13 00:54:49 +0200 |
commit | e9962760331560f061a3a35f108126c10a0ef3cd (patch) | |
tree | 55bc60e5fc4f4f7f5995560802430baf0de8e971 | |
parent | 19fd2222321c9e5228d5ee5329339ede284bd7e6 (diff) | |
download | cloudflare-tor-e9962760331560f061a3a35f108126c10a0ef3cd.tar cloudflare-tor-e9962760331560f061a3a35f108126c10a0ef3cd.tar.gz cloudflare-tor-e9962760331560f061a3a35f108126c10a0ef3cd.tar.lz cloudflare-tor-e9962760331560f061a3a35f108126c10a0ef3cd.tar.xz cloudflare-tor-e9962760331560f061a3a35f108126c10a0ef3cd.zip |
Delete 'addon_firefox/ismitmlink/manifest.json'
-rw-r--r-- | addon_firefox/ismitmlink/manifest.json | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/addon_firefox/ismitmlink/manifest.json b/addon_firefox/ismitmlink/manifest.json deleted file mode 100644 index f503ce2c..00000000 --- a/addon_firefox/ismitmlink/manifest.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "manifest_version": 2, - "name": "Ĉu ligoj estas vundeblaj al MITM-atako?", - "description": "Skanu FQDN uzante la API de Searxes", - "version": "1.0.14.1", - "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor", - "author": "Maslin Bossé", - "permissions": [ - "storage", - "unlimitedStorage" - ], - "icons": { - "32": "icons/32.png" - }, - "background": { - "scripts": [ - "bg.js" - ] - }, - "content_scripts": [ - { - "matches": [ - "http://*/*", - "https://*/*" - ], - "js": [ - "cs.js" - ], - "run_at": "document_end" - } - ], - "options_ui": { - "browser_style": true, - "page": "cfg.html" - }, - "applications": { - "gecko": { - "id": "ismitmlink@searxes.danwin1210.me", - "strict_min_version": "60.0", - "update_url":"https://api.searxes.eu.org/_/addon.php?for=ismitmlink" - } - } -}
\ No newline at end of file |