woozle-scoreboard/manifest.json

18 lines
343 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
{
"name": "LADD Scoreboard",
"description": "Roller Derby Scoreboard",
"version": "5.2",
"manifest_version": 2,
"permissions": [ "storage" ],
2013-11-02 09:47:46 -06:00
"offline_enabled": true,
2013-11-01 17:32:32 -06:00
"icons": {
"128": "res/icon.png"
},
"app": {
"background": {
"scripts": ["res/background.js"]
}
}
}