{
    "name": "Habit Tracker",
    "short_name": "habit",
    "description": "Track your daily habits and build lasting routines with ease",
    "start_url": "/habit/pages/p_dashboard.php",
    "display": "standalone",
    "orientation": "portrait",
    "scope": "/habit/",
    "lang": "en",
    "dir": "ltr",
    "theme_color": "#00F0FF",
    "background_color": "#0A0A0F",
    "categories": ["productivity", "lifestyle", "utilities"],
    "screenshots": [
        {
            "src": "/habit/assets/screenshot-mobile.png",
            "sizes": "390x844",
            "type": "image/png",
            "form_factor": "narrow",
            "label": "Mobile dashboard showing habit tracking"
        }
    ],
    "icons": [
        {
            "src": "/habit/assets/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/habit/assets/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/habit/assets/icon-180.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "apple-touch-icon"
        }
    ],
    "shortcuts": [
        {
            "name": "Add New Habit",
            "short_name": "New Habit",
            "description": "Create a new habit to track",
            "url": "/habit/pages/p_habits.php",
            "icons": [
                {
                    "src": "/habit/assets/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "View Statistics",
            "short_name": "Stats",
            "description": "Check your habit progress",
            "url": "/habit/pages/p_stats.php",
            "icons": [
                {
                    "src": "/habit/assets/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ]
}
