25 lines
528 B
JSON
25 lines
528 B
JSON
{
|
|
"name": "Seoul Control Center",
|
|
"short_name": "Seoul Control",
|
|
"description": "Fan and WiFi control panel",
|
|
"start_url": "/",
|
|
"scope": "/",
|
|
"display": "standalone",
|
|
"background_color": "#0f1115",
|
|
"theme_color": "#0f1115",
|
|
"icons": [
|
|
{
|
|
"src": "/assets/icon-192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
},
|
|
{
|
|
"src": "/assets/icon-512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png",
|
|
"purpose": "any maskable"
|
|
}
|
|
]
|
|
}
|