PWA-Unterstützung hinzugefügt: manifest.webmanifest, Service Worker, Installierbarkeit auf Homescreen/Desktop

This commit is contained in:
2025-08-19 12:58:47 +02:00
parent b2cd91b970
commit c93a813c96
4 changed files with 78 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "WordleCheater",
"short_name": "WCheater",
"description": "Hilft bei der Lösung deutschsprachiger WordleRätsel mit Positions- und Buchstabenfiltern.",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#0b1220",
"theme_color": "#0b1220",
"icons": [
{
"src": "/static/favicon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any maskable"
}
]
}