Files
ChessCubing/www/manifest.json
2026-04-12 21:42:48 +02:00

16 lines
275 B
JSON

{
"name": "Mon Timer",
"short_name": "Timer",
"start_url": "index.html",
"display": "standalone",
"background_color": "#000000",
"theme_color": "#000000",
"icons": [
{
"src": "icon.png",
"sizes": "192x192",
"type": "image/png"
}
]
}