{
    "name": "Personal Agent",
    "short_name": "Assistant",
    "description": "Self-hosted, privacy-first personal assistant for inbox triage, project tracking and AI-drafted replies.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "theme_color": "#4f46e5",
    "background_color": "#f3f4f6",
    "lang": "it",
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Inbox",
            "url": "/inbox",
            "description": "Recent ingested messages"
        },
        {
            "name": "Tasks",
            "url": "/tasks",
            "description": "Priority queue"
        },
        {
            "name": "Drafts",
            "url": "/drafts",
            "description": "Drafts pending review"
        }
    ]
}
