{
    "name": "Alf-E — Personal AI Agent",
    "short_name": "Alf-E",
    "description": "Your self-hosted personal AI agent for home automation, energy, and daily tasks.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui", "browser"],
    "background_color": "#080818",
    "theme_color": "#080818",
    "orientation": "any",
    "lang": "en-AU",
    "id": "/",
    "icons": [
        {
            "src": "/static/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/static/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/static/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        }
    ],
    "categories": ["productivity", "utilities"],
    "shortcuts": [
        {
            "name": "New Chat",
            "short_name": "Chat",
            "url": "/",
            "description": "Start a new conversation with Alf-E",
            "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Admin Panel",
            "short_name": "Admin",
            "url": "/admin",
            "description": "Manage users and connectors",
            "icons": [{"src": "/static/icon-192.png", "sizes": "192x192"}]
        }
    ],
    "screenshots": [],
    "prefer_related_applications": false,
    "handle_links": "preferred"
}
