{
    "name": "Fibaserve Admin Portal",
    "short_name": "Fibaserve",
    "description": "Management portal for Fibaserve Internet Limited.",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#0d6efd",
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "maskable"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/images/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Add Customer",
            "url": "/customers/create",
            "description": "Open the new customer registration form",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Finance Overview",
            "url": "/finance",
            "description": "View payments and financial status",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Active Tickets",
            "url": "/tickets",
            "description": "View support and service tickets",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        }
    ]
}