LazyBoy2/web/public/manifest.webmanifest

12 lines
309 B
Plaintext
Raw Normal View History

2026-09-14 09:08:20 +00:00
{
"name": "GrokBoy",
"short_name": "GrokBoy",
"start_url": "/",
"scope": "/",
"display": "standalone",
"orientation": "portrait",
"background_color": "#141414",
"theme_color": "#141414",
"icons": [{ "src": "/icon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }]
}