mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-16 02:03:47 -04:00
16 lines
271 B
JSON
16 lines
271 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Snowflake",
|
|
"version": "0.0.0",
|
|
"description": "Snowflake ...",
|
|
"background": {
|
|
"page": "snowflake.html",
|
|
"persistent": true
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"16": "icons/16.png",
|
|
"32": "icons/32.png"
|
|
}
|
|
}
|
|
}
|