LazyBoy2/web/public/manifest.webmanifest

12 lines
309 B
Plaintext
Raw Permalink Normal View History

2026-09-14 09:08:20 +00:00
{
2026-09-15 05:20:44 +00:00
"name": "LazyBoy",
"short_name": "LazyBoy",
2026-09-14 09:08:20 +00:00
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#141414",
"theme_color": "#141414",
2026-09-16 08:17:38 +00:00
"icons": [{ "src": "/lazyboy-round.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any" }]
2026-09-14 09:08:20 +00:00
}