{
    "name": "HabitTracker — Build Better Habits",
    "short_name": "HabitTracker",
    "description": "Track your habits, build streaks, and achieve your goals with HabitTracker.",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#0f172a",
    "theme_color": "#7c3aed",
    "orientation": "portrait-primary",
    "scope": "./",
    "lang": "en",
    "categories": [
        "health",
        "lifestyle",
        "productivity"
    ],
    "icons": [
        {
            "src": "icon-192x192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "icon-512x512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View your habit dashboard",
            "url": "./dashboard",
            "icons": [
                {
                    "src": "icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        },
        {
            "name": "My Habits",
            "short_name": "Habits",
            "description": "View and manage your habits",
            "url": "./habits",
            "icons": [
                {
                    "src": "icon-192x192.png",
                    "sizes": "192x192"
                }
            ]
        }
    ]
}