snowflake/proxy/webext/manifest.json
Cecylia Bocovich 2cf0c73b22 Version bump because of missing icons
The webextension icons were missing in the Mozilla addons upload. We
need a newer version to update it.
2019-07-05 17:10:15 -04:00

18 lines
394 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.4",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"background": {
"scripts": ["snowflake.js"],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/status-on.png"
},
"default_title": "Snowflake",
"default_popup": "popup.html"
},
"permissions": ["storage"]
}