diff options
author | Geoffrey Plouviez <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:57:23 +0200 |
---|---|---|
committer | Geoffrey Plouviez <7fe82a138a5365a1fb70f0b3ae2afd10d13c5cc4@cloudflare.com> | 2020-08-20 09:57:23 +0200 |
commit | ab91dbd967c2fc223df5fd44343e0dfb507c9d1b (patch) | |
tree | 5f431b85ebcd265612734d6cfd1e763d93ee1662 /addons | |
parent | 14e0231dfb14c2f6be9e22b083402e9c11d3372b (diff) | |
download | cloudflare-tor-ab91dbd967c2fc223df5fd44343e0dfb507c9d1b.tar.lz cloudflare-tor-ab91dbd967c2fc223df5fd44343e0dfb507c9d1b.tar.xz cloudflare-tor-ab91dbd967c2fc223df5fd44343e0dfb507c9d1b.zip |
manifest.json
Diffstat (limited to 'addons')
-rw-r--r-- | addons/ismitmlinkCR/manifest.json | 38 |
1 files changed, 37 insertions, 1 deletions
diff --git a/addons/ismitmlinkCR/manifest.json b/addons/ismitmlinkCR/manifest.json index 945c9b46..fbbc5698 100644 --- a/addons/ismitmlinkCR/manifest.json +++ b/addons/ismitmlinkCR/manifest.json @@ -1 +1,37 @@ -.
\ No newline at end of file +{ + "manifest_version": 2, + "name": "Ĉu ligoj estas vundeblaj al MITM-atako?", + "version": "1.0.20.5", + "minimum_chrome_version": "68", + "homepage_url": "https://crimeflare.wodferndripvpe6ib4uz4rtngrnzichnirgn7t5x64gxcyroopbhsuqd.onion/", + "author": "Crimeflare", + "incognito": "split", + "permissions": [ + "storage", + "unlimitedStorage" + ], + "icons": { + "72": "icons/72.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 |