woozle-scoreboard/manifest.json

22 lines
362 B
JSON
Raw Normal View History

2013-11-05 20:49:14 -07:00
// This file is used by the chrome app distribution
2013-11-01 17:32:32 -06:00
{
2014-01-18 21:53:52 -07:00
"version": "6.0",
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": [
"storage"
],
"offline_enabled": true,
"name": "__MSG_appName__",
"description": "__MSG_appDesc__",
"default_locale": "en",
"manifest_version": 2
2013-11-01 17:32:32 -06:00
}