mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
bump version to 0.0.11
This commit is contained in:
parent
01156e58eb
commit
61d8eb5ef0
1 changed files with 8 additions and 4 deletions
|
@ -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"
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue