2013-11-01 17:32:32 -06:00
|
|
|
{
|
2014-01-19 18:33:24 -07:00
|
|
|
"manifest_version": 2,
|
|
|
|
"name": "__MSG_appName__",
|
2014-01-19 21:30:12 -07:00
|
|
|
"short_name": "__MSG_appShortName",
|
2014-01-19 18:33:24 -07:00
|
|
|
"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
|
|
|
}
|