snowflake/proxy/webext/manifest.json
Arlo Breault e60f22833a Reimagine the badge
Trac 27385
2019-07-27 12:01:03 -04:00

18 lines
411 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.8",
"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": "embed.html"
},
"permissions": ["storage"]
}