Skip to content

Commit

Permalink
Merge pull request masari-project#11 from krypt0x/master
Browse files Browse the repository at this point in the history
Background Theme
  • Loading branch information
krypt0x authored Feb 10, 2022
2 parents e6e3a13 + c990f55 commit 3c3cd9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ If you find a potential security issue, please contact us via [Discord] (https:/

# Contributors
Developers:
- [gnock](https://github.com/gnock) (main)
- [cryptochangements](https://github.com/cryptochangements34)
- [Gnock](https://github.com/gnock) (main)
- [Cryptochangements](https://github.com/cryptochangements34)
- [DaveLong](https://github.com/DaveLong) (initial adaptation of PHP Api for Bytecoin based coins)
- [Aiwe](https://github.com/aivve) (adapted for Bytecoin/CryptoNote from Monero codebase)
- [Krypt0x] (https://github.com/krypt0x) (fixes, enhancements and forking to CN-CCX)
- [Krypt0x](https://github.com/krypt0x) (fixes, enhancements and forking to CN-CCX)

# Translations:
- Chinese: [mainframer](https://github.com/mainframer), [Alex Nnian](https://github.com/nnian)
Expand All @@ -46,4 +46,4 @@ Developers:
# Contributing
- You can contribute by translation the wallet in your native language, it's really easy!
Read [the translations guide](TRANSLATIONS.md) to get instructions on how to do that
- Report bugs & ideas to help us improve the web wallet by opening an issue
- Report bugs & ideas to help us improve the web wallet by opening an [issue](https://github.com/ConcealNetwork/conceal-web-wallet/issues/new)
6 changes: 3 additions & 3 deletions src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Conceal Network Web Wallet",
"name": "Conceal Web Wallet",
"short_name": "Conceal Wallet",
"icons": [{
"src": "assets/img/icons/icon-128x128.png",
Expand All @@ -24,6 +24,6 @@
}],
"start_url": "/index.html",
"display": "standalone",
"background_color": "#30466C",
"theme_color": "#30466C"
"background_color": "#363636",
"theme_color": "#363636"
}

0 comments on commit 3c3cd9c

Please sign in to comment.