summaryrefslogtreecommitdiffstats
path: root/addon_firefox/ismitmlink/manifest.json
diff options
context:
space:
mode:
authorimnotarobot <imnotarobot@noreply.codeberg.org>2019-08-11 04:59:12 +0200
committerimnotarobot <imnotarobot@noreply.codeberg.org>2019-08-11 04:59:12 +0200
commitf80197d716ea8893cb0086484b97041e212b6694 (patch)
tree0352d0999adeff9596e2bf99428bdc4a6a37d694 /addon_firefox/ismitmlink/manifest.json
parentaf9d021aa5a29a3c6c55d3400b758c039fb6c799 (diff)
downloadcloudflare-tor-f80197d716ea8893cb0086484b97041e212b6694.tar
cloudflare-tor-f80197d716ea8893cb0086484b97041e212b6694.tar.gz
cloudflare-tor-f80197d716ea8893cb0086484b97041e212b6694.tar.lz
cloudflare-tor-f80197d716ea8893cb0086484b97041e212b6694.tar.xz
cloudflare-tor-f80197d716ea8893cb0086484b97041e212b6694.zip
v1.0.13 FX +3Options
Diffstat (limited to 'addon_firefox/ismitmlink/manifest.json')
-rw-r--r--addon_firefox/ismitmlink/manifest.json8
1 files changed, 6 insertions, 2 deletions
diff --git a/addon_firefox/ismitmlink/manifest.json b/addon_firefox/ismitmlink/manifest.json
index b1a1a8e6..550985f3 100644
--- a/addon_firefox/ismitmlink/manifest.json
+++ b/addon_firefox/ismitmlink/manifest.json
@@ -1,8 +1,8 @@
{
"manifest_version": 2,
"name": "Are links vulnerable to MITM attack?",
- "description": "Scan FQDN using Searxes' API",
- "version": "1.0.12",
+ "description": "Skanu FQDN uzante la API de Searxes",
+ "version": "1.0.13",
"homepage_url": "https://codeberg.org/crimeflare/cloudflare-tor",
"author": "Maslin Bossé",
"permissions": [
@@ -29,6 +29,10 @@
"run_at": "document_end"
}
],
+ "options_ui": {
+ "browser_style": true,
+ "page": "cfg.html"
+ },
"applications": {
"gecko": {
"id": "ismitmlink@searxes.danwin1210.me",