2013-11-01 17:32:32 -06:00
|
|
|
{
|
2014-01-19 18:33:24 -07:00
|
|
|
"manifest_version": 2,
|
2014-02-15 15:03:26 -07:00
|
|
|
|
2014-02-15 15:34:22 -07:00
|
|
|
"name": "__MSG_appName__",
|
|
|
|
"short_name": "__MSG_appShortName__",
|
|
|
|
"icons": {"128": "res/icon.png"},
|
2014-02-15 15:03:26 -07:00
|
|
|
|
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
|
|
|
},
|
|
|
|
"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
|
|
|
}
|