Files
whattoplay/public/manifest.json
2026-02-06 23:18:13 +01:00

31 lines
605 B
JSON

{
"name": "WhatToPlay",
"short_name": "WhatToPlay",
"description": "Verwalte deine Spielebibliothek und entdecke neue Spiele",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#f2f2f7",
"theme_color": "#0a84ff",
"categories": ["games", "entertainment"],
"icons": [
{
"src": "icon-192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}