snowflake/proxy/webext/manifest.json
Arlo Breault b324d9d42f Move icons/ to assets/
There's a default alias for icons/ in apache,
https://www.electrictoolbox.com/apache-icons-directory/
2019-07-31 17:59:48 -04:00

18 lines
412 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": "assets/status-on.png"
},
"default_title": "Snowflake",
"default_popup": "embed.html"
},
"permissions": ["storage"]
}