{
    "name": "TaskX — Retail Operations · CRPL",
    "short_name": "TaskX",
    "description": "Retail operations ticketing and service desk for CRPL — raise, route, and resolve store tickets on the floor and off.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "any",
    "background_color": "#FAFAFA",
    "theme_color": "#C21E1E",
    "categories": ["business", "productivity"],
    "icons": [
        {
            "src": "/favicon-16x16.png",
            "sizes": "16x16",
            "type": "image/png"
        },
        {
            "src": "/favicon-32x32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/favicon-48x48.png",
            "sizes": "48x48",
            "type": "image/png"
        },
        {
            "src": "/apple-touch-icon.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icon-512-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "shortcuts": [
        {
            "name": "Raise a ticket",
            "short_name": "New ticket",
            "url": "/tickets/new",
            "description": "Report a new operational issue"
        },
        {
            "name": "My tickets",
            "short_name": "Tickets",
            "url": "/tickets?assignment=mine",
            "description": "Tickets assigned to me"
        }
    ]
}
