Add manifest.json

This commit is contained in:
2026-06-15 13:06:34 +02:00
parent 9a4a854d77
commit 392889b2ec
+20
View File
@@ -0,0 +1,20 @@
{
"name": "Woordjes Trainer",
"short_name": "Woordjes",
"start_url": "/learn.php",
"display": "standalone",
"background_color": "#ffffff",
"theme_color": "#2b2b2b",
"icons": [
{
"src": "/assets/icons/icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/assets/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
}
]
}