snowflake/proxy/webext/manifest.json
Arlo Breault 762a52aee6 Prefer a background script to a page in the webext
Now that the page is no longer necessary.
2019-05-16 12:07:06 -04:00

16 lines
289 B
JSON

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