20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "SAMI-CLOUD Status",
|
|
"short_name": "SAMI-CLOUD",
|
|
"start_url": "index.html",
|
|
"display": "standalone",
|
|
"background_color": "#0b0f1a",
|
|
"theme_color": "#0e1116",
|
|
"icons": [
|
|
{
|
|
"src": "assets/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "assets/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
} |