{
    "name": "TOGER Monitor",
    "short_name": "TOGER",
    "start_url": "/mobile",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/vite.svg",
            "sizes": "192x192",
            "type": "image/svg+xml"
        },
        {
            "src": "/vite.svg",
            "sizes": "512x512",
            "type": "image/svg+xml"
        }
    ],
    "shortcuts": [
        {
            "name": "Mobil Dashboard",
            "url": "/mobile"
        },
        {
            "name": "PC Dashboard",
            "url": "/pc"
        }
    ]
}