From 8eb6812f549014f39da41d136221f58e207e74be Mon Sep 17 00:00:00 2001 From: Jordan Wages Date: Fri, 20 Jun 2025 23:10:42 -0500 Subject: [PATCH] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 94973e9..a56b15a 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "AI Filter", - "version": "1.0", + "version": "1.1", "default_locale": "en-US", "applications": { "gecko": { "id": "ai-filter@example" } }, "background": { "scripts": [ "background.js" ] },