diff --git a/manifest.json b/manifest.json index c881f06..94973e9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "AI Filter", - "version": "0.1", + "version": "1.0", "default_locale": "en-US", "applications": { "gecko": { "id": "ai-filter@example" } }, "background": { "scripts": [ "background.js" ] },