Files
website/manifest.json
2025-07-26 13:45:45 +02:00

26 lines
591 B
JSON

{
"short_name": "Mike Czyż",
"name": "Michał Czyż's Website",
"description": "Michał Czyż - software developer, student, and creator.",
"icons": [
{
"src": "assets/favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "assets/logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "assets/logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#363a4f",
"background_color": "#24273a"
}