snowflake/proxy/webext/manifest.json
Arlo Breault e7f3ade068 Add a WebExtUI the makes use of the new assests
The browser icon shows the on/off state.
2019-05-08 11:23:49 -04:00

16 lines
286 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.0.0",
"description": "Snowflake ...",
"background": {
"page": "snowflake.html",
"persistent": true
},
"browser_action": {
"default_icon": {
"32": "icons/status-off.png"
},
"default_title": "Snowflake"
}
}