Files
vibing/zuss/manifest.webmanifest
thrhymes e1bda360f4 up to 7
2025-12-24 21:38:27 +01:00

15 lines
418 B
JSON

{
"name": "WFW-Aushang",
"short_name": "WFW-Aushang",
"start_url": "/zuss/?source=pwa",
"scope": "/zuss/",
"display": "fullscreen",
"orientation": "portrait",
"background_color": "#0b1020",
"theme_color": "#0b1020",
"icons": [
{ "src": "/zuss/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/zuss/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
]
}