diff --git a/src/manifest.json b/src/manifest.json index a398af1..8a992d2 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", @@ -19,5 +19,11 @@ "128": "./src/assets/img/icons/get_started128.png" }, "manifest_version": 3, - "devtools_page": "devtools.html" -} \ No newline at end of file + "devtools_page": "devtools.html", + "browser_specific_settings": { + "gecko": { + "id": "hacktools@lascc", + "strict_min_version": "102.0" + } + } +}