qcal/mcal/public/manifest.json

26 lines
482 B
JSON
Raw Normal View History

2025-07-13 15:23:24 -04:00
{
2025-07-25 23:49:14 -04:00
"short_name": "Mayan Calendar",
"name": "Mayan Calendar",
2025-07-13 15:23:24 -04:00
"icons": [
{
"src": "favicon.ico",
2025-07-25 23:49:14 -04:00
"sizes": "48x48 32x32 16x16",
2025-07-13 15:23:24 -04:00
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#ff0000",
"background_color": "#ffffff"
}