{
    "name": "My SoloGlobal",
    "short_name": "MySG",
    "description": "Portal pelanggan Solo Global — cek perangkat & tagihan GPS Anda.",
    "start_url": "/customer_dashboard.php",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "theme_color": "#1f2937",
    "background_color": "#1f2937",
    "lang": "id",
    "icons": [
        {
            "src": "/pwa-icons/icon-192.webp",
            "sizes": "192x192",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/pwa-icons/icon-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "any"
        },
        {
            "src": "/pwa-icons/icon-maskable-512.webp",
            "sizes": "512x512",
            "type": "image/webp",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/pwa-icons/screenshot-mobile.webp",
            "sizes": "390x844",
            "type": "image/webp",
            "form_factor": "narrow",
            "label": "Dashboard MySGT"
        }
    ],
    "shortcuts": [
        {
            "name": "Dashboard",
            "url": "/customer_dashboard.php",
            "icons": [{ "src": "/pwa-icons/icon-192.webp", "sizes": "192x192", "type": "image/webp" }]
        },
        {
            "name": "Tagihan Saya",
            "url": "/customer_invoices.php",
            "icons": [{ "src": "/pwa-icons/icon-192.webp", "sizes": "192x192", "type": "image/webp" }]
        }
    ]
}