{
    "id": "/",
    "name": "TicketForEvents Telecaller",
    "short_name": "Calls",
    "description": "Call the customers who picked their tickets and didn't pay.",
    "lang": "en",
    "dir": "ltr",
    "start_url": "/?source=pwa",
    "scope": "/",
    "display": "standalone",
    "display_override": ["standalone", "minimal-ui"],
    "orientation": "portrait",
    "background_color": "#fbfaf7",
    "theme_color": "#fbfaf7",
    "categories": ["business", "productivity"],
    "launch_handler": { "client_mode": "navigate-existing" },
    "prefer_related_applications": false,
    "icons": [
        { "src": "/apple-touch-icon.png", "sizes": "180x180", "type": "image/png" },
        { "src": "/brand/icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/brand/icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/brand/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "shortcuts": [
        {
            "name": "Calling queue",
            "url": "/leads",
            "description": "The next customers to call",
            "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        },
        {
            "name": "Callbacks due",
            "url": "/leads?tab=callbacks",
            "description": "People you promised to ring back",
            "icons": [{ "src": "/brand/icon-192.png", "sizes": "192x192", "type": "image/png" }]
        }
    ]
}
