schmelczer-dev/public/site.webmanifest
2026-05-28 08:46:39 +01:00

23 lines
721 B
JSON

{
"name": "Andras Schmelczer",
"short_name": "Schmelczer",
"description": "Andras Schmelczer writes about software systems, AI deployment, graphics, simulations, and tools.",
"lang": "en",
"id": "/",
"categories": ["education", "personal", "technology"],
"icons": [
{ "src": "/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png" },
{ "src": "/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png" },
{
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#201f1d",
"background_color": "#201f1d",
"display": "standalone",
"start_url": "/",
"scope": "/"
}