diff options
author | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:48:27 +0100 |
---|---|---|
committer | cesar <cesar@noreply.codeberg.org> | 2021-03-21 23:48:27 +0100 |
commit | fca8c22365628fc3e24c6899af1e0eae190a25ca (patch) | |
tree | c84515643fed6b0f39aa277fedac816af386fcdc | |
parent | 9c90f26d9fcc9a1b7a128e01146b2372c62b82e2 (diff) | |
download | cloudflare-tor-fca8c22365628fc3e24c6899af1e0eae190a25ca.tar.lz cloudflare-tor-fca8c22365628fc3e24c6899af1e0eae190a25ca.tar.xz cloudflare-tor-fca8c22365628fc3e24c6899af1e0eae190a25ca.zip |
Delete 'addons/ismitmlinkCR/manifest.json'
-rw-r--r-- | addons/ismitmlinkCR/manifest.json | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/addons/ismitmlinkCR/manifest.json b/addons/ismitmlinkCR/manifest.json deleted file mode 100644 index 313e4dc0..00000000 --- a/addons/ismitmlinkCR/manifest.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "manifest_version": 2, - "name": "Ĉu ligoj estas vundeblaj al MITM-atako?", - "version": "1.0.23.1", - "minimum_chrome_version": "78", - "homepage_url": "https://sercxi.nnpaefp7pkadbxxkhz2agtbv2a4g5sgo2fbmv3i7czaua354334uqqad.onion/", - "author": "Ss", - "incognito": "split", - "permissions": [ - "storage", - "unlimitedStorage", - "webRequest", - "<all_urls>" - ], - "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 |