mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-16 02:03:47 -04:00
Start a webextension
This commit is contained in:
parent
5aca6028f9
commit
49dedf3a2f
11 changed files with 53 additions and 4 deletions
16
proxy/webext/manifest.json
Normal file
16
proxy/webext/manifest.json
Normal file
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue