site/public/site.webmanifest
Dariusz Niemczyk 19d53a0993
Some checks failed
/ deploy (push) Failing after 53s
feat: another thumbnail cleanup (bigger now)
2025-02-12 13:28:28 +01:00

21 lines
447 B
JSON

{
"name": "Cebula Camp 2025",
"short_name": "CebulaCamp",
"icons": [
{
"src": "/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}