snowflake/proxy/webext/manifest.json
2020-02-03 09:49:34 -05:00

24 lines
No EOL
469 B
JSON

{
"manifest_version": 2,
"name": "Snowflake",
"version": "0.2.1",
"description": "__MSG_appDesc__",
"default_locale": "en_US",
"background": {
"scripts": [
"snowflake.js"
],
"persistent": true
},
"browser_action": {
"default_icon": {
"48": "assets/toolbar-on-48.png",
"96": "assets/toolbar-on-96.png"
},
"default_title": "Snowflake",
"default_popup": "embed.html"
},
"permissions": [
"storage"
]
}