22 lines
362 B
JSON
22 lines
362 B
JSON
// This file is used by the chrome app distribution
|
|
{
|
|
"version": "6.0",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["res/background.js"]
|
|
}
|
|
},
|
|
"icons": {
|
|
"128": "res/icon.png"
|
|
},
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"offline_enabled": true,
|
|
|
|
"name": "__MSG_appName__",
|
|
"description": "__MSG_appDesc__",
|
|
"default_locale": "en",
|
|
"manifest_version": 2
|
|
}
|