38 lines
873 B
JSON
38 lines
873 B
JSON
{
|
|
"name": "MyEtherWallet",
|
|
"manifest_version": 1,
|
|
"start_url": ".",
|
|
"theme_color": "#163151",
|
|
"background_color": "#163151",
|
|
"display": "standalone",
|
|
"description": "MyEtherWallet.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"
|
|
}
|
|
]
|
|
}
|