mirror of https://github.com/embarklabs/embark.git
41 lines
804 B
JSON
41 lines
804 B
JSON
{
|
|
"short_name": "Cockpit",
|
|
"name": "Embark Cockpit UI",
|
|
"icons": [
|
|
{
|
|
"src": "favicon.ico",
|
|
"sizes": "48x48 32x32 16x16",
|
|
"type": "image/x-icon"
|
|
},
|
|
{
|
|
"src": "favicon-32x32.png",
|
|
"type": "image/png",
|
|
"sizes": "32x32"
|
|
},
|
|
{
|
|
"src": "favicon-16x16.png",
|
|
"type": "image/png",
|
|
"sizes": "16x16"
|
|
},
|
|
{
|
|
"src": "android-chrome-256x256.png",
|
|
"type": "image/png",
|
|
"sizes": "256x256"
|
|
},
|
|
{
|
|
"src": "android-chrome-192x192.png",
|
|
"type": "image/png",
|
|
"sizes": "192x192"
|
|
},
|
|
{
|
|
"src": "apple-touch-icon.png",
|
|
"type": "image/png",
|
|
"sizes": "180x180"
|
|
}
|
|
],
|
|
"start_url": ".",
|
|
"display": "standalone",
|
|
"theme_color": "#000000",
|
|
"background_color": "#ffffff"
|
|
}
|