Wallet/chrome-app/manifest.json
Gustavo Maximiliano Cortez 5355dee90b
v0.13.0
2016-09-22 18:35:02 -03:00

24 lines
462 B
JSON

{
"//":"PLEASE! Do not edit this file directly",
"//":" Modify it at app-template/",
"manifest_version": 2,
"name": "BitPay",
"description": "The BitPay Bitcoin Wallet",
"version": "0.13.0",
"permissions": [
"storage",
"unlimitedStorage",
"notifications",
"videoCapture",
"webview"
],
"app": {
"background": {
"scripts": ["initial.js"]
}
},
"icons": {
"128": "img/icon-chrome-128.png"
}
}