woozle-scoreboard/manifest.json

23 lines
412 B
JSON
Raw Normal View History

2013-11-01 17:32:32 -06:00
{
2014-01-19 18:33:24 -07:00
"manifest_version": 2,
"name": "__MSG_appName__",
2014-01-19 21:32:17 -07:00
"short_name": "__MSG_appShortName__",
2014-01-19 18:33:24 -07:00
"description": "__MSG_appDesc__",
"author": "Neale Pickett <neale@woozle.org>",
2014-01-19 22:13:22 -07:00
"version": "6.0.1",
2013-11-01 17:32:32 -06:00
"app": {
"background": {
"scripts": ["res/background.js"]
}
2014-01-18 21:53:52 -07:00
},
"icons": {
"128": "res/icon.png"
},
"permissions": [
2014-01-19 22:12:16 -07:00
"storage",
"fullscreen"
2014-01-18 21:53:52 -07:00
],
"default_locale": "en",
2014-01-19 18:33:24 -07:00
"offline_enabled": true
2013-11-01 17:32:32 -06:00
}