commit e6f9211d133f7d7bef3127421f7e8109365383fd Author: Arlo Breault arlolra@gmail.com Date: Thu Jul 4 04:54:15 2019 +0200
Update webext manifest descriptionn --- proxy/package.json | 2 +- proxy/webext/manifest.json | 2 +- 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