Creating a chrome app
This commit is contained in:
parent
5490440631
commit
bbd00cf2d6
4 changed files with 23 additions and 9 deletions
|
|
@ -3,17 +3,14 @@
|
|||
"name": "Copay",
|
||||
"description": "A multisignature bitcoin wallet",
|
||||
"version": "APP_VERSION",
|
||||
"homepage_url": "http://bitpay.github.io/copay",
|
||||
"browser_action": {
|
||||
"default_title": "Copay",
|
||||
"default_icon": "img/icons/icon.png",
|
||||
"default_popup": "popup.html"
|
||||
},
|
||||
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
|
||||
"permissions": [
|
||||
"tabs", "storage", "notifications"
|
||||
"storage", "notifications"
|
||||
],
|
||||
"options_page": "index.html#/settings",
|
||||
"app": {
|
||||
"background": {
|
||||
"scripts": ["initial.js"]
|
||||
}
|
||||
},
|
||||
"icons": {
|
||||
"128": "img/icons/icon.png"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue