{
    "name": "AccessHub",
    "short_name": "AccessHub",
    "description": "Your Work Access Command Center",
    "start_url": "/app/dashboard",
    "scope": "/",
    "display": "standalone",
    "background_color": "#020617",
    "theme_color": "#020617",
    "orientation": "portrait-primary",
    "icons": [
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Tambah Link",
            "short_name": "Tambah Link",
            "description": "Buka jalur cepat untuk menambahkan link baru.",
            "url": "/app/links/create",
            "icons": [
                {
                    "src": "/icons/shortcut-add.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        },
        {
            "name": "Link Favorit",
            "short_name": "Favorit",
            "description": "Lihat link favorit yang sudah dipin.",
            "url": "/app/favorites",
            "icons": [
                {
                    "src": "/icons/shortcut-star.png",
                    "sizes": "192x192",
                    "type": "image/png"
                }
            ]
        }
    ]
}
