{
    "name": "HabitXP",
    "short_name": "HabitXP",
    "description": "Gamified habit tracking and productivity app",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#3B82F6",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-192x192.svg",
            "sizes": "192x192",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-512x512.svg",
            "sizes": "512x512",
            "type": "image/svg+xml",
            "purpose": "any maskable"
        }
    ],
    "categories": ["productivity", "lifestyle"],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/dashboard",
            "description": "View your daily progress"
        },
        {
            "name": "Habits",
            "url": "/habits",
            "description": "Manage your habits"
        },
        {
            "name": "Tasks",
            "url": "/tasks",
            "description": "View your task board"
        }
    ]
}
