diff --git a/proxy/package.json b/proxy/package.json
index 889e2e27db4ee1b1ffde6f6b53468785225086a3..65e8db829cbe01e9077dff657e7fd0df84241b2b 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 fa2bc5f046269b106f4679ff4d24de1e94f01947..0a9b8d72aa372f0e1677b7e344144b4672cde18a 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