{
    "name": "Windy Word",
    "short_name": "Windy",
    "description": "Voice to text, unlimited. No subscriptions, no time limits.",
    "start_url": "/dashboard",
    "display": "standalone",
    "background_color": "#0F172A",
    "theme_color": "#22C55E",
    "orientation": "portrait-primary",
    "categories": [
        "productivity",
        "utilities"
    ],
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "View your recordings and stats"
        },
        {
            "name": "WindyTranslate",
            "url": "/translate",
            "description": "Open the translator"
        },
        {
            "name": "Transcribe",
            "url": "/transcribe",
            "description": "Record and transcribe"
        }
    ]
}