21 lines
355 B
JSON
21 lines
355 B
JSON
{
|
|
"manifest_version": 2,
|
|
"name": "__MSG_appName__",
|
|
"description": "__MSG_appDesc__",
|
|
"author": "Neale Pickett <neale@woozle.org>",
|
|
"version": "6.0",
|
|
"app": {
|
|
"background": {
|
|
"scripts": ["res/background.js"]
|
|
}
|
|
},
|
|
"icons": {
|
|
"128": "res/icon.png"
|
|
},
|
|
"permissions": [
|
|
"storage"
|
|
],
|
|
"default_locale": "en",
|
|
"offline_enabled": true
|
|
}
|