Update webext manifest descriptionn

This commit is contained in:
Arlo Breault 2019-07-04 04:54:15 +02:00
parent 453bf0611c
commit e6f9211d13
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ {
"name": "snowflake-pt", "name": "snowflake-pt",
"version": "0.0.0-git", "version": "0.0.0-git",
"description": "WebRTC Pluggable Transport", "description": "Snowflake is a WebRTC pluggable transport for Tor.",
"main": "snowflake.coffee", "main": "snowflake.coffee",
"directories": { "directories": {
"test": "test" "test": "test"

View file

@ -2,7 +2,7 @@
"manifest_version": 2, "manifest_version": 2,
"name": "Snowflake", "name": "Snowflake",
"version": "0.0.1", "version": "0.0.1",
"description": "Snowflake ...", "description": "Snowflake is a WebRTC pluggable transport for Tor.",
"background": { "background": {
"scripts": ["snowflake.js"], "scripts": ["snowflake.js"],
"persistent": true "persistent": true