{
    "name": "AgentsRun",
    "short_name": "AgentsRun",
    "description": "Restaurant manager console for AgentsRun — monitor SMS conversations, take over from the AI host, and tune your storefront knowledge base.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
    "orientation": "any",
    "background_color": "#FCFCFC",
    "theme_color": "#C97041",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "1024x1024",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Inbox",
            "short_name": "Inbox",
            "description": "Open the conversations inbox",
            "url": "/inbox",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Knowledge base",
            "short_name": "Knowledge",
            "description": "Edit your storefront knowledge",
            "url": "/knowledge",
            "icons": [{ "src": "/icons/icon-192.png", "sizes": "192x192" }]
        }
    ]
}
