woozle-scoreboard/manifest.json

21 lines
355 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__",
"description": "__MSG_appDesc__",
"author": "Neale Pickett <neale@woozle.org>",
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"
],
"default_locale": "en",
2014-01-19 18:33:24 -07:00
"offline_enabled": true
2013-11-01 17:32:32 -06:00
}