mirror of
https://github.com/cloudmaker97/DurstRechner.git
synced 2025-12-05 23:48:39 +00:00
Some checks are pending
Deploy static content to Pages / deploy (push) Waiting to run
20 lines
422 B
JSON
20 lines
422 B
JSON
{
|
|
"name": "Der Durstrechner",
|
|
"short_name": "Durstrechner",
|
|
"start_url": "/",
|
|
"display": "standalone",
|
|
"background_color": "#ffffff",
|
|
"theme_color": "#2196f3",
|
|
"icons": [
|
|
{
|
|
"src": "favicon/android-chrome-192x192.png",
|
|
"sizes": "192x192",
|
|
"type": "image/png"
|
|
},
|
|
{
|
|
"src": "favicon/android-chrome-512x512.png",
|
|
"sizes": "512x512",
|
|
"type": "image/png"
|
|
}
|
|
]
|
|
}
|