cassette-player/assets/site.webmanifest

21 lines
459 B
Plaintext
Raw Permalink Normal View History

2026-01-18 07:01:56 -05:00
{
2026-01-18 18:27:35 -05:00
"name": "ECHO REALITY",
2026-01-18 07:01:56 -05:00
"short_name": "ECHO REALITY",
"icons": [
{
2026-01-18 18:27:35 -05:00
"src": "/assets/web-app-manifest-192x192.png",
2026-01-18 07:01:56 -05:00
"sizes": "192x192",
"type": "image/png",
"purpose": "maskable"
},
{
2026-01-18 18:27:35 -05:00
"src": "/assets/web-app-manifest-512x512.png",
2026-01-18 07:01:56 -05:00
"sizes": "512x512",
"type": "image/png",
"purpose": "maskable"
}
],
2026-01-18 18:27:35 -05:00
"theme_color": "#ffffff",
"background_color": "#ffffff",
2026-01-18 07:01:56 -05:00
"display": "standalone"
}