summaryrefslogtreecommitdiffstats
path: root/addon_chrome
diff options
context:
space:
mode:
authorissue_ce_156 <issue_ce_156@noreply.codeberg.org>2019-08-13 00:55:30 +0200
committerissue_ce_156 <issue_ce_156@noreply.codeberg.org>2019-08-13 00:55:30 +0200
commitd0a7378735387742fd9cdce2becf1e1e204e3b51 (patch)
tree4144226dee87f573b0c033f250c084b3978479ce /addon_chrome
parentc0c1f76d86288e669f91ff1dd56b2b56da2270ce (diff)
downloadcloudflare-tor-d0a7378735387742fd9cdce2becf1e1e204e3b51.tar
cloudflare-tor-d0a7378735387742fd9cdce2becf1e1e204e3b51.tar.gz
cloudflare-tor-d0a7378735387742fd9cdce2becf1e1e204e3b51.tar.lz
cloudflare-tor-d0a7378735387742fd9cdce2becf1e1e204e3b51.tar.xz
cloudflare-tor-d0a7378735387742fd9cdce2becf1e1e204e3b51.zip
Delete 'addon_chrome/ismitmlink/manifest.json'
Diffstat (limited to 'addon_chrome')
-rw-r--r--addon_chrome/ismitmlink/manifest.json37
1 files changed, 0 insertions, 37 deletions
diff --git a/addon_chrome/ismitmlink/manifest.json b/addon_chrome/ismitmlink/manifest.json
deleted file mode 100644
index 9c4ccc38..00000000
--- a/addon_chrome/ismitmlink/manifest.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "manifest_version": 2,
- "name": "Ĉu ligoj estas vundeblaj al MITM-atako?",
- "version": "1.0.14.1",
- "minimum_chrome_version": "60",
- "homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
- "author": "Maslin Bossé",
- "incognito": "split",
- "permissions": [
- "storage",
- "unlimitedStorage"
- ],
- "icons": {
- "32": "icons/32.png"
- },
- "background": {
- "scripts": [
- "bg.js"
- ]
- },
- "options_ui": {
- "chrome_style": false,
- "page": "cfg.html"
- },
- "content_scripts": [
- {
- "matches": [
- "http://*/*",
- "https://*/*"
- ],
- "js": [
- "cs.js"
- ],
- "run_at": "document_end"
- }
- ]
-} \ No newline at end of file