Files
Krzak.org/manifest.json
2025-11-20 11:58:23 +01:00

19 lines
377 B
JSON
Executable File

{
"name": "Krzak.org",
"short_name": "Krzak",
"icons": [
{
"src": "/favicons/favicon-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/favicons/favicon-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#2a1a5e",
"background_color": "#2a1a5e",
"display": "standalone"
}