mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 17:03:36 -04:00
18 lines
411 B
JSON
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"]
|
|
}
|