Files
labelmaker/priv/static/site.webmanifest
2025-05-14 11:37:11 -04:00

23 lines
418 B
JSON

{
"name": "Labelmaker",
"short_name": "Labelmaker",
"icons": [
{
"src": "/images/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/images/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#6495ED",
"background_color": "#6495ED",
"display": "standalone"
}