LazyBoy2/web/manifest.webmanifest

20 lines
392 B
JSON

{
"name": "LazyBoy",
"short_name": "LazyBoy",
"description": "Local Grok Bot-style agent",
"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"
}
]
}