mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
e7633c6d2f
* Replace all mentions of MyEtherWallet in translations with MyCrypto * Replace all translation mentions of kvhnuke/etherwallet repo with MyCryptoHQ/MyCrypto repo. * Replace all instances of MEW with MyCrypto in translations. * Replace all instances of myetherwallet.com with mycrypto.com * First pass of myetherwallet -> mycrypto in codebase. * Replace most MEWs and mews with MyCrypto or MyC or myc * Update all assets, clean out unused old assets. * Adjust v3 url * Convert all links to help articles to a help link component to make future changes easier. * Rework onboarding images * Adjust logo colors due to CMY issue. * Update donation address, remove mentions of mewtopia.eth * Update license * Update sosh meed and referral links. * Fix more translations strings. * Tscheck fix. * Update shapeshift api key.
38 lines
863 B
JSON
38 lines
863 B
JSON
{
|
|
"name": "MyCrypto",
|
|
"manifest_version": 1,
|
|
"start_url": ".",
|
|
"theme_color": "#163151",
|
|
"background_color": "#163151",
|
|
"display": "standalone",
|
|
"description": "MyCrypto.com is a free, open-source, client-side interface for generating Ethereum wallets & more",
|
|
"default_locale": "en",
|
|
"icons": [
|
|
{
|
|
"src": "favicon/favicon-16.png",
|
|
"sizes": "16x16",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon/favicon-32.png",
|
|
"sizes": "32x32",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon/mstile-150x150.png",
|
|
"sizes": "150x150",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon/android-chrome-384x384.png",
|
|
"sizes": "384x384",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|