new scheme for different platforms
This commit is contained in:
parent
dbff7b4a8b
commit
82cd5a8ebc
12 changed files with 253 additions and 104 deletions
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"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"
|
||||
},
|
||||
"permissions": [
|
||||
"tabs", "storage", "notifications"
|
||||
],
|
||||
"options_page": "index.html#/settings",
|
||||
"icons": {
|
||||
"128": "img/icons/icon.png"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue