{
    "name": "Smart Family Tracker",
    "short_name": "FamilyTracker",
    "description": "Tracking aktivitas keluarga - Ayah, Ibu & Bayi. Monitoring kesehatan, keuangan, rumah tangga, dan lebih.",
    "start_url": "/dashboard",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#0f172a",
    "theme_color": "#6366f1",
    "categories": ["lifestyle", "health", "productivity"],
    "lang": "id",
    "shortcuts": [
        {
            "name": "Dashboard",
            "short_name": "Home",
            "url": "/dashboard",
            "icons": [{"src": "/icons/icon.svg", "sizes": "any"}]
        },
        {
            "name": "Bayi Tracker",
            "short_name": "Bayi",
            "url": "/bayi/feeds"
        },
        {
            "name": "Kesehatan",
            "short_name": "Kesehatan",
            "url": "/kesehatan/complaints"
        }
    ],
    "icons": [
        {
            "src": "/icons/icon.svg",
            "sizes": "any",
            "type": "image/svg+xml",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/icons/icon-maskable-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ]
}
