aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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