{
    "name": "StreaX - Productivity Tracker",
    "short_name": "StreaX",
    "description": "Gamified productivity tracking with streaks and rewards",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#000000",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/og.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "categories": [
        "productivity",
        "lifestyle"
    ],
    "shortcuts": [
        {
            "name": "Start Pomodoro",
            "short_name": "Pomodoro",
            "description": "Start a focused work session",
            "url": "/pomodoro",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "View Insights",
            "short_name": "Insights",
            "description": "Check your progress",
            "url": "/insights",
            "icons": [
                {
                    "src": "/icon-192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}