{
    "name": "LifeVela",
    "short_name": "LifeVela",
    "description": "Navigate the life you want. Track habits, finance, fitness, health, and nutrition in one intelligent dashboard.",
    "start_url": "/dashboard",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#00D4AA",
    "background_color": "#0F1117",
    "lang": "en",
    "scope": "/",
    "categories": [
        "health",
        "fitness",
        "finance",
        "productivity",
        "lifestyle"
    ],
    "icons": [
        {
            "src": "/icons/icon-72.png",
            "sizes": "72x72",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-96.png",
            "sizes": "96x96",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-128.png",
            "sizes": "128x128",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-144.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-152.png",
            "sizes": "152x152",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/icon-384.png",
            "sizes": "384x384",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/icons/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png",
            "purpose": "any"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Dashboard",
            "description": "View your Life Score dashboard",
            "url": "/dashboard",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Habits",
            "short_name": "Habits",
            "description": "Track your daily habits",
            "url": "/habits",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Finance",
            "short_name": "Finance",
            "description": "Manage your finances",
            "url": "/finance",
            "icons": [
                {
                    "src": "/icons/icon-96.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "screenshots": [
        {
            "src": "/og-image.png",
            "sizes": "1200x630",
            "type": "image/png",
            "label": "LifeVela Dashboard"
        }
    ]
}