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" ] }