woozle-scoreboard/manifest.json

26 lines
499 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,
2014-02-15 12:10:57 -07:00
"name": "BETA Woozle Scoreboard",
"short_name": "BETA Scoreboard",
2014-02-15 12:13:55 -07:00
"_name": "__MSG_appName__",
"_short_name": "__MSG_appShortName__",
2014-01-19 18:33:24 -07:00
"description": "__MSG_appDesc__",
"author": "Neale Pickett <neale@woozle.org>",
2014-02-15 12:10:57 -07:00
"version": "7.0.2",
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",
2014-02-06 22:25:21 -07:00
"fileSystem",
2014-01-19 22:12:16 -07:00
"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
}