Wallet/app-template/manifest.json
Matias Alejo Garcia fcc2ab94e7
fix chrome app
2016-08-19 17:47:37 -03:00

21 lines
366 B
JSON

{
"manifest_version": 2,
"name": "*NAMECASENOSPACE*",
"description": "*DESCRIPTION*",
"version": "*VERSION*",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icon-chrome-128.png"
}
}