www/static/site.webmanifest

21 lines
455 B
Text
Raw Permalink Normal View History

2025-01-15 12:18:21 -06:00
{
"name": "Avery Winters",
"short_name": "Avery Winters",
"icons": [
{
"src": "/img/web-app-manifest-192x192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
"src": "/img/web-app-manifest-512x512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
"theme_color": "#1d1e28",
"background_color": "#1d1e28",
"display": "standalone"
}