summaryrefslogtreecommitdiffstats
path: root/addon_chrome/ismitmlink/manifest.json
diff options
context:
space:
mode:
authorwritecode <wri@tec.ode>2019-05-06 01:44:10 +0000
committerwritecode <wri@tec.ode>2019-05-06 01:44:10 +0000
commit00da252021162cac5f53770f01fc4bcf0a4d9989 (patch)
treee0c7d260402de6dbafc6d80012313961b611e684 /addon_chrome/ismitmlink/manifest.json
parent5157e1ae44c790d4eeae9bdb7c227478e093ff8a (diff)
downloadcloudflare-tor-00da252021162cac5f53770f01fc4bcf0a4d9989.tar
cloudflare-tor-00da252021162cac5f53770f01fc4bcf0a4d9989.tar.gz
cloudflare-tor-00da252021162cac5f53770f01fc4bcf0a4d9989.tar.lz
cloudflare-tor-00da252021162cac5f53770f01fc4bcf0a4d9989.tar.xz
cloudflare-tor-00da252021162cac5f53770f01fc4bcf0a4d9989.zip
Upload files to 'addon_chrome/ismitmlink'
Diffstat (limited to 'addon_chrome/ismitmlink/manifest.json')
-rw-r--r--addon_chrome/ismitmlink/manifest.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/addon_chrome/ismitmlink/manifest.json b/addon_chrome/ismitmlink/manifest.json
new file mode 100644
index 00000000..2fccb1a8
--- /dev/null
+++ b/addon_chrome/ismitmlink/manifest.json
@@ -0,0 +1,33 @@
+{
+ "manifest_version": 2,
+ "name": "Are links vulnerable to MITM attack?",
+ "version": "1.0.5",
+ "minimum_chrome_version": "60",
+ "homepage_url": "https://notabug.org/themusicgod1/cloudflare-tor",
+ "author": "Maslin Bossé",
+ "incognito": "split",
+ "permissions": [
+ "storage",
+ "unlimitedStorage"
+ ],
+ "icons": {
+ "32": "icons/32.png"
+ },
+ "background": {
+ "scripts": [
+ "bg.js"
+ ]
+ },
+ "content_scripts": [
+ {
+ "matches": [
+ "http://*/*",
+ "https://*/*"
+ ],
+ "js": [
+ "cs.js"
+ ],
+ "run_at": "document_end"
+ }
+ ]
+} \ No newline at end of file