aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCecylia Bocovich <cohosh@torproject.org>2019-10-11 10:40:26 -0400
committerCecylia Bocovich <cohosh@torproject.org>2019-10-11 10:40:56 -0400
commit61d8eb5ef03204e2ca1fa2d8424a6d3572f58c96 (patch)
tree9398027c51ba10fb35d8ec988094d5fb1474f95d
parent01156e58eb138200eea84b4ce3f86b251b991a19 (diff)
downloadsnowflake-61d8eb5ef03204e2ca1fa2d8424a6d3572f58c96.tar.gz
snowflake-61d8eb5ef03204e2ca1fa2d8424a6d3572f58c96.zip
bump version to 0.0.11webext-0.0.11
-rw-r--r--proxy/webext/manifest.json12
1 files changed, 8 insertions, 4 deletions
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