From a7d2aca60f2d291fb6c71fdaa53cfc7110c6ec95 Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Tue, 24 Jun 2025 23:35:45 -0500 Subject: [PATCH] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index bea687f..0764b49 100644 --- a/manifest.json +++ b/manifest.json @@ -1,13 +1,13 @@ { "manifest_version": 2, "name": "Sortana", - "version": "1.2.2", + "version": "1.3.0", "default_locale": "en-US", "applications": { "gecko": { "id": "ai-filter@jordanwages", "strict_min_version": "128.0", - "strict_max_version": "139.*" + "strict_max_version": "*" } }, "icons": { @@ -42,5 +42,5 @@ "page": "options/options.html", "open_in_tab": true }, - "permissions": [ "storage" ] + "permissions": [ "storage", "messagesRead" ] }