{
    "name": "MinuteBrain — AI Meeting Intelligence",
    "short_name": "MinuteBrain",
    "description": "AI-powered meeting intelligence. Record, transcribe, and generate professional minutes with actionable insights instantly.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "background_color": "#f8fafc",
    "theme_color": "#0f172a",
    "orientation": "portrait-primary",
    "lang": "en",
    "categories": ["productivity", "business", "education"],
    "icons": [
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "New Recording",
            "short_name": "Record",
            "description": "Start a new meeting recording",
            "url": "/?tab=new",
            "icons": [{ "src": "/icon.svg", "sizes": "any" }]
        },
        {
            "name": "My Meetings",
            "short_name": "History",
            "description": "View past meeting minutes",
            "url": "/?tab=history",
            "icons": [{ "src": "/icon.svg", "sizes": "any" }]
        }
    ]
}
