diff --git a/README.md b/README.md index 2fe83fa..5796b9a 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,7 @@ -# Cyano wallet - an Ontology wallet +# Cyano Wallet - an Ontology wallet

- - +

## Overview @@ -93,13 +92,13 @@ Ledger support is provided by the Ontology TS SDK extension https://github.com/O Ledger.setLedgerTransport(new Ledger.LedgerTransportIframe('https://drxwrxomfjdx5.cloudfront.net/forwarder.html', true)); ``` -To use your Ledger, you also needs Official Ontology Ledger App installed on your Ledger. +To use your Ledger, you also need the Official Ontology Ledger App installed on your Ledger. #### Trezor support Trezor support is provided by the Ontology TS SDK extension https://github.com/OntologyCommunityDevelopers/ontology-ts-sdk-trezor. Trezor allows communication with the Trezor Bridge v2 only from https://*.trezor.io page and Node environment, therefore it is not usable from web pages. But it is usable from Web extensions using WebRequest API. -To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is is not yet in official firmware. +To use your Trezor, you also needs custom firmware located at https://github.com/backslash47/trezor-core . Ontology support is not yet in official firmware. ## Built With diff --git a/public/favicon.ico b/public/favicon.ico new file mode 100644 index 0000000..7381339 Binary files /dev/null and b/public/favicon.ico differ diff --git a/public/favicon.png b/public/favicon.png index b0cc9ff..b4f8496 100644 Binary files a/public/favicon.png and b/public/favicon.png differ diff --git a/public/logo.png b/public/logo.png index 686c825..23a6c58 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/public/logo32.png b/public/logo32.png index ddb0bc4..6b7b7ec 100644 Binary files a/public/logo32.png and b/public/logo32.png differ diff --git a/public/manifest.json b/public/manifest.json index 15840dd..9fe32d4 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,13 +1,13 @@ { "manifest_version": 2, - "name": "Cyano wallet", + "name": "Cyano Wallet", "author": "Matus Zamborsky ", - "description": "Cyano wallet - an Ontology wallet", + "description": "Cyano Wallet - an Ontology wallet", "version": "0.7.19", "browser_action": { - "default_title": "Open the wallet" + "default_title": "Cyano Wallet" }, "background": { "page": "background.html", diff --git a/public/ontology-logo-cropped.png b/public/ontology-logo-cropped.png new file mode 100644 index 0000000..e52ce8e Binary files /dev/null and b/public/ontology-logo-cropped.png differ diff --git a/public/ontology-logo.png b/public/ontology-logo.png index 95eeae7..d0389d5 100644 Binary files a/public/ontology-logo.png and b/public/ontology-logo.png differ diff --git a/public/popup.html b/public/popup.html index 1709a11..9a4068a 100644 --- a/public/popup.html +++ b/public/popup.html @@ -2,7 +2,7 @@ - + - Cyano wallet + Cyano Wallet