snowflake/proxy/webext/manifest.json
Cecylia Bocovich b46e7f127a Bump version to reflect icon changes
Bumping the version again to 0.0.7
2019-07-26 10:11:14 -04:00

18 lines
387 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.7",
"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"]
}