-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removed unfinished trezor integration
- Loading branch information
1 parent
0cb3705
commit 092d53a
Showing
11 changed files
with
120 additions
and
445 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"name": "Cyano wallet", | ||
"author": "Matus Zamborsky <[email protected]>", | ||
"description": "Cyano wallet - an Ontology wallet", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
|
||
"browser_action": { | ||
"default_title": "Open the wallet" | ||
|
@@ -15,14 +15,8 @@ | |
}, | ||
"content_scripts": [ | ||
{ | ||
"matches": [ | ||
"file://*/*", | ||
"http://*/*", | ||
"https://*/*" | ||
], | ||
"js": [ | ||
"/static/js/content.js" | ||
], | ||
"matches": ["file://*/*", "http://*/*", "https://*/*"], | ||
"js": ["/static/js/content.js"], | ||
"run_at": "document_start", | ||
"all_frames": true | ||
} | ||
|
@@ -32,8 +26,5 @@ | |
"48": "favicon.png", | ||
"128": "logo.png" | ||
}, | ||
"permissions": [ | ||
"storage", | ||
"http://127.0.0.1/*","webRequest","webRequestBlocking" | ||
] | ||
} | ||
"permissions": ["storage", "http://127.0.0.1/*", "webRequest", "webRequestBlocking"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.