mirror of https://github.com/nealey/spongy
28 lines
503 B
JSON
28 lines
503 B
JSON
{
|
|
"manifest_version": 2,
|
|
"version": "1.0",
|
|
|
|
"name": "__MSG_appName__",
|
|
"short_name": "__MSG_appShortName__",
|
|
"description": "__MSG_appDesc__",
|
|
"author": "Neale Pickett <neale@woozle.org>",
|
|
"icons": {
|
|
"16": "icon-16.png",
|
|
"32": "icon-32.png",
|
|
"48": "icon-48.png",
|
|
"128": "icon-128.png",
|
|
"256": "icon-256.png"
|
|
},
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["background.js"]
|
|
}
|
|
},
|
|
"permissions": [
|
|
"storage",
|
|
"fileSystem",
|
|
"https://woozle.org/"
|
|
],
|
|
"default_locale": "en"
|
|
}
|