mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-15 17:03:36 -04:00
24 lines
No EOL
469 B
JSON
24 lines
No EOL
469 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "Snowflake",
|
|
"version": "0.2.2",
|
|
"description": "__MSG_appDesc__",
|
|
"default_locale": "en_US",
|
|
"background": {
|
|
"scripts": [
|
|
"snowflake.js"
|
|
],
|
|
"persistent": true
|
|
},
|
|
"browser_action": {
|
|
"default_icon": {
|
|
"48": "assets/toolbar-on-48.png",
|
|
"96": "assets/toolbar-on-96.png"
|
|
},
|
|
"default_title": "Snowflake",
|
|
"default_popup": "embed.html"
|
|
},
|
|
"permissions": [
|
|
"storage"
|
|
]
|
|
} |