{
    "name": "DrwApp - Skincare Solution",
    "short_name": "DrwApp",
    "description": "Solusi Skincare Terpercaya - Mobile App",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#fdf2f8",
    "theme_color": "#ec4899",
    "orientation": "portrait-primary",
    "scope": "/",
    "lang": "id",
    "dir": "ltr",
    "categories": ["shopping", "lifestyle", "health"],
    "icons": [
        {
            "src": "/favicon.png",
            "sizes": "32x32",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.png",
            "sizes": "144x144",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/favicon.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/favicon.png",
            "sizes": "414x896",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ],
    "shortcuts": [
        {
            "name": "Produk",
            "short_name": "Produk",
            "description": "Lihat semua produk skincare",
            "url": "/products",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Keranjang",
            "short_name": "Keranjang",
            "description": "Lihat keranjang belanja",
            "url": "/cart",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Pesanan",
            "short_name": "Pesanan",
            "description": "Riwayat pesanan",
            "url": "/orders",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "96x96"
                }
            ]
        },
        {
            "name": "Profil",
            "short_name": "Profil",
            "description": "Profil pengguna",
            "url": "/profile",
            "icons": [
                {
                    "src": "/favicon.png",
                    "sizes": "96x96"
                }
            ]
        }
    ],
    "related_applications": [],
    "prefer_related_applications": false,
    "protocol_handlers": [
        {
            "protocol": "web+drwapp",
            "url": "/?action=%s"
        }
    ],
    "edge_side_panel": {
        "preferred_width": 400
    },
    "launch_handler": {
        "client_mode": ["navigate-existing", "navigate-new"]
    }
}