woozle-scoreboard/manifest.json

28 lines
537 B
JSON

{
"manifest_version": 2,
"name": "BETA Woozle Scoreboard",
"short_name": "BETA Scoreboard",
"icons": {"128": "res/icon-plaid.png"},
"_name": "__MSG_appName__",
"_short_name": "__MSG_appShortName__",
"_icons": {"128": "res/icon.png"},
"description": "__MSG_appDesc__",
"author": "Neale Pickett <neale@woozle.org>",
"version": "7.0.2",
"app": {
"background": {
"scripts": ["res/background.js"]
}
},
"permissions": [
"storage",
"fileSystem",
"fullscreen"
],
"default_locale": "en",
"offline_enabled": true
}