Reimagine the badge

Trac 27385
This commit is contained in:
Arlo Breault 2019-07-14 09:41:51 +02:00 committed by Cecylia Bocovich
parent 0bded511b9
commit e60f22833a
29 changed files with 401 additions and 351 deletions

View file

@ -1,18 +1,18 @@
{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.8",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"background": {
"scripts": ["snowflake.js"],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/status-on.png"
},
"default_title": "Snowflake",
"default_popup": "popup.html"
},
"permissions": ["storage"]
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.8",
"description": "Snowflake is a WebRTC pluggable transport for Tor.",
"background": {
"scripts": ["snowflake.js"],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/status-on.png"
},
"default_title": "Snowflake",
"default_popup": "embed.html"
},
"permissions": ["storage"]
}