{
    "name": "Tenband Admin Portal",
    "short_name": "Tenband",
    "description": "Management portal for Tenband ISP admin network operations.",
    "start_url": "/",
    "id": "/?v=1",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#0fd1b4",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/images/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "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",
            "short_name": "Add Cust",
            "url": "/customers/create",
            "description": "Open the new customer registration form",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Finance Overview",
            "short_name": "Finance",
            "url": "/finance",
            "description": "View payments and financial status",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        },
        {
            "name": "Active Tickets",
            "short_name": "Tickets",
            "url": "/tickets",
            "description": "View support and service tickets",
            "icons": [{ "src": "/images/icon-192.png", "sizes": "192x192" }]
        }
    ]
}