Compare commits

...

2 commits

Author SHA1 Message Date
e798686ef9 Screenshots für die PWA und Bilder ergänzt
Some checks failed
Deploy static content to Pages / deploy (push) Has been cancelled
2025-04-07 00:19:29 +02:00
a1d3831bb6 Startpfad für Manifest geändert 2025-04-07 00:07:45 +02:00
5 changed files with 27 additions and 1 deletions

View file

@ -1,10 +1,36 @@
{ {
"name": "Der Durstrechner", "name": "Der Durstrechner",
"short_name": "Durstrechner", "short_name": "Durstrechner",
"start_url": "/", "description": "Der Durstrechner ist ein einfaches Tool zur Berechnung von Verkaufspreisen bei Veranstaltungen.",
"start_url": "../",
"scope": ".",
"display": "standalone", "display": "standalone",
"background_color": "#ffffff", "background_color": "#ffffff",
"theme_color": "#2196f3", "theme_color": "#2196f3",
"screenshots": [
{
"src": "pwa/dark.png",
"type": "image/png",
"sizes": "1064x2008"
},
{
"src": "pwa/light.png",
"type": "image/png",
"sizes": "1064x2008"
},
{
"src": "pwa/wide_dark.png",
"type": "image/png",
"form_factor": "wide",
"sizes": "3604x2008"
},
{
"src": "pwa/wide_light.png",
"type": "image/png",
"form_factor": "wide",
"sizes": "3604x2008"
}
],
"icons": [ "icons": [
{ {
"src": "favicon/android-chrome-192x192.png", "src": "favicon/android-chrome-192x192.png",

BIN
assets/pwa/dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 KiB

BIN
assets/pwa/light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 146 KiB

BIN
assets/pwa/wide_dark.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 307 KiB

BIN
assets/pwa/wide_light.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB