mirror of
https://github.com/embarklabs/embark.git
synced 2025-02-04 01:44:24 +00:00
ee634c8403
* fix: fix test-app, contracts index file and reload on change * fix(@embark/cmd_controller): fix missing nodes Was removed by accident * feat(@embark/demo): add favicon to embark demo * chore(@embark/cockpit): change favicon to new Embark logo * fix(@embark/embarkjs-ens): fix ENS config for embarkjs-ens * remove comments
20 lines
426 B
JSON
20 lines
426 B
JSON
{
|
|
"name": "",
|
|
"short_name": "",
|
|
"icons": [
|
|
{
|
|
"src": "/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/android-chrome-256x256.png",
|
|
"sizes": "256x256",
|
|
"type": "image/png"
|
|
}
|
|
],
|
|
"theme_color": "#ffffff",
|
|
"background_color": "#ffffff",
|
|
"display": "standalone"
|
|
}
|