diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json index bc93608..0c29f2d 100644 --- a/proxy/webext/manifest.json +++ b/proxy/webext/manifest.json @@ -1,11 +1,13 @@ { "manifest_version": 2, "name": "Snowflake", - "version": "0.0.10", + "version": "0.0.11", "description": "__MSG_appDesc__", "default_locale": "en_US", "background": { - "scripts": ["snowflake.js"], + "scripts": [ + "snowflake.js" + ], "persistent": true }, "browser_action": { @@ -16,5 +18,7 @@ "default_title": "Snowflake", "default_popup": "embed.html" }, - "permissions": ["storage"] -} + "permissions": [ + "storage" + ] +} \ No newline at end of file