docent/web/static/manifest.webmanifest

31 lines
569 B
Text
Raw Normal View History

2026-05-05 09:33:51 -05:00
{
2026-05-26 11:52:32 -05:00
"name": "Mill Run Theatre",
2026-05-05 09:33:51 -05:00
"short_name": "Mill Run",
"description": "Audio-guided exhibit",
"start_url": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#faf7f2",
"theme_color": "#2a2520",
"icons": [
{
"src": "/icon-192.png",
"sizes": "192x192",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
},
{
"src": "/icon-maskable-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
]
}