From e6f9211d133f7d7bef3127421f7e8109365383fd Mon Sep 17 00:00:00 2001 From: Arlo Breault <arlolra@gmail.com> Date: Thu, 4 Jul 2019 04:54:15 +0200 Subject: [PATCH] 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 889e2e27..65e8db82 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 fa2bc5f0..0a9b8d72 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 -- GitLab