bump version to 0.0.11

This commit is contained in:
Cecylia Bocovich 2019-10-11 10:40:26 -04:00
parent 01156e58eb
commit 61d8eb5ef0

View file

@ -1,11 +1,13 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Snowflake", "name": "Snowflake",
"version": "0.0.10", "version": "0.0.11",
"description": "__MSG_appDesc__", "description": "__MSG_appDesc__",
"default_locale": "en_US", "default_locale": "en_US",
"background": { "background": {
"scripts": ["snowflake.js"], "scripts": [
"snowflake.js"
],
"persistent": true "persistent": true
}, },
"browser_action": { "browser_action": {
@ -16,5 +18,7 @@
"default_title": "Snowflake", "default_title": "Snowflake",
"default_popup": "embed.html" "default_popup": "embed.html"
}, },
"permissions": ["storage"] "permissions": [
} "storage"
]
}