18 lines
372 B
JSON
18 lines
372 B
JSON
|
{
|
||
|
"name": "MyEtherWallet",
|
||
|
"icons": [
|
||
|
{
|
||
|
"src": "images/fav/android-chrome-192x192.png",
|
||
|
"sizes": "192x192",
|
||
|
"type": "image/png"
|
||
|
},
|
||
|
{
|
||
|
"src": "images/fav/android-chrome-384x384.png",
|
||
|
"sizes": "384x384",
|
||
|
"type": "image/png"
|
||
|
}
|
||
|
],
|
||
|
"theme_color": "#163151",
|
||
|
"background_color": "#163151",
|
||
|
"display": "standalone"
|
||
|
}
|