{
    "name": "AR Support",
    "short_name": "AR Support",
    "description": "Help desk, ticket management, and client project reporting for AR Digital Solutions.",
    "id": "/",
    "start_url": "/?utm_source=pwa",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait-primary",
    "background_color": "#ffffff",
    "theme_color": "#0a0a0a",
    "lang": "en-AU",
    "icons": [
        {
            "src": "/assets/images/fav-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any maskable"
        },
        {
            "src": "/assets/images/fav-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "My tickets",
            "url": "/client/tickets",
            "description": "View your open tickets"
        },
        {
            "name": "New ticket",
            "url": "/client/tickets/new",
            "description": "Open a new support request"
        }
    ],
    "categories": ["business", "productivity"]
}
