22 lines
442 B
JSON
22 lines
442 B
JSON
{
|
|
"name": "Skydash Occupant Chat",
|
|
"short_name": "SkydashChat",
|
|
"start_url": "chat.php",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#6366f1",
|
|
"orientation": "portrait",
|
|
"icons": [
|
|
{
|
|
"src": "images/logo-mini.svg",
|
|
"sizes": "192x192",
|
|
"type": "image/svg+xml"
|
|
},
|
|
{
|
|
"src": "images/logo-mini.svg",
|
|
"sizes": "512x512",
|
|
"type": "image/svg+xml"
|
|
}
|
|
]
|
|
}
|