From cc5eced22be284f2e45439e63580716e376e27a2 Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 7 May 2025 00:47:19 +0200 Subject: [PATCH 1/4] Update manifest.json --- src/manifest.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index a398af1..cdf8536 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -20,4 +20,10 @@ }, "manifest_version": 3, "devtools_page": "devtools.html" -} \ No newline at end of file + "browser_specific_settings": { + "gecko": { + "id": "hacktools@lascc", + "strict_min_version": "60.0" + } + } +} From 54b0d48f39d57aa857c7d38a03d92f0dfe2da8fa Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 7 May 2025 00:50:23 +0200 Subject: [PATCH 2/4] Update manifest.json --- src/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/manifest.json b/src/manifest.json index cdf8536..ae9b1c5 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,9 +1,9 @@ { - "name": "Hack-Tools", - "version": "0.5.0", + "name": "HackTools", + "version": "0.5.1", "description": "The all in one Red team extension for web pentester", "action": { - "default_title": "Hack-Tools", + "default_title": "HackTools", "default_popup": "index.html", "default_icon": { "16": "./src/assets/img/icons/get_started16.png", From d58fae8c978b2dea200a56dd0b79e523258124ee Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 7 May 2025 01:08:08 +0200 Subject: [PATCH 3/4] Update manifest.json --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index ae9b1c5..f04bff9 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -19,7 +19,7 @@ "128": "./src/assets/img/icons/get_started128.png" }, "manifest_version": 3, - "devtools_page": "devtools.html" + "devtools_page": "devtools.html", "browser_specific_settings": { "gecko": { "id": "hacktools@lascc", From 052f858aa3bcabe5ded24631fb3b2aaa2c6b327d Mon Sep 17 00:00:00 2001 From: Antonio Date: Wed, 7 May 2025 01:09:59 +0200 Subject: [PATCH 4/4] Update manifest.json --- src/manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/manifest.json b/src/manifest.json index f04bff9..8a992d2 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -23,7 +23,7 @@ "browser_specific_settings": { "gecko": { "id": "hacktools@lascc", - "strict_min_version": "60.0" + "strict_min_version": "102.0" } } }