aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArlo Breault <arlolra@gmail.com>2019-07-04 04:54:15 +0200
committerArlo Breault <arlolra@gmail.com>2019-07-05 20:57:03 +0200
commite6f9211d133f7d7bef3127421f7e8109365383fd (patch)
treebfbedebc12f3c01c5ee8687161c3e3c40bf49d70
parent453bf0611cadfc9f85240d3424b04a638b4604f3 (diff)
downloadsnowflake-e6f9211d133f7d7bef3127421f7e8109365383fd.tar.gz
snowflake-e6f9211d133f7d7bef3127421f7e8109365383fd.zip
Update webext manifest descriptionnwebext-0.0.2
-rw-r--r--proxy/package.json2
-rw-r--r--proxy/webext/manifest.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/proxy/package.json b/proxy/package.json
index 889e2e2..65e8db8 100644
--- a/proxy/package.json
+++ b/proxy/package.json
@@ -1,7 +1,7 @@
{
"name": "snowflake-pt",
"version": "0.0.0-git",
- "description": "WebRTC Pluggable Transport",
+ "description": "Snowflake is a WebRTC pluggable transport for Tor.",
"main": "snowflake.coffee",
"directories": {
"test": "test"
diff --git a/proxy/webext/manifest.json b/proxy/webext/manifest.json
index fa2bc5f..0a9b8d7 100644
--- a/proxy/webext/manifest.json
+++ b/proxy/webext/manifest.json
@@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.1",
- "description": "Snowflake ...",
+ "description": "Snowflake is a WebRTC pluggable transport for Tor.",
"background": {
"scripts": ["snowflake.js"],
"persistent": true