snowflake/proxy/webext/manifest.json
2019-07-02 10:01:34 -04:00

18 lines
395 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.1",
"description": "Snowflake ...",
"background": {
"scripts": ["snowflake.js"],
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/status-off.png"
},
"default_title": "Snowflake",
"default_popup": "popup.html"
},
"permissions": ["cookies", "https://snowflake.torproject.org/"]
}