mirror of
https://github.com/kingomarnajjar/flex-template-web.git
synced 2026-07-26 06:47:17 +10:00
20 lines
424 B
JSON
20 lines
424 B
JSON
{
|
|
"name": "Saunatime",
|
|
"short_name": "Saunatime",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"theme_color": "#C0392B",
|
|
"background_color": "#FFFFFF",
|
|
"icons": [
|
|
{
|
|
"src": "/static/icons/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "/static/icons/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|