{
    "name": "VortexOps",
    "short_name": "VortexOps",
    "description": "Vortex Breaks operations platform — shows, inventory, payouts",
    "start_url": "/admin",
    "scope": "/",
    "display": "standalone",
    "display_override": ["window-controls-overlay", "standalone"],
    "background_color": "#0f172a",
    "theme_color": "#7c3aed",
    "orientation": "any",
    "lang": "en",
    "dir": "ltr",
    "categories": ["productivity", "business"],
    "icons": [
        {
            "src": "/icons/icon-32.png",
            "sizes": "32x32",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-180.png",
            "sizes": "180x180",
            "type": "image/png"
        },
        {
            "src": "/icons/icon-192.png",
            "sizes": "192x192",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-512.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any"
        },
        {
            "src": "/icons/icon-maskable.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "maskable"
        }
    ],
    "screenshots": [
        {
            "src": "/media/screenshot-shows.png",
            "sizes": "1440x900",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Shows dashboard"
        },
        {
            "src": "/media/screenshot-inventory.png",
            "sizes": "1440x900",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Inventory management"
        }
    ],
    "shortcuts": [
        {
            "name": "Shows",
            "short_name": "Shows",
            "description": "View and manage live shows",
            "url": "/admin/shows",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Inventory Scanner",
            "short_name": "Scanner",
            "description": "Quick barcode lookup and stock adjustment",
            "url": "/admin/inventory-scanner",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        },
        {
            "name": "Receive Pallet",
            "short_name": "Receive",
            "description": "Open the most recent pallet for receiving",
            "url": "/admin/pallets",
            "icons": [{"src": "/icons/icon-192.png", "sizes": "192x192"}]
        }
    ]
}
