{
  "name": "Mini Centrino Delivery",
  "short_name": "MC Delivery",
  "description": "Mobile delivery app for Mini Centrino riders and shop operators",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f8fafc",
  "theme_color": "#059669",
  "categories": ["business", "productivity", "navigation"],
  "shortcuts": [
    {
      "name": "Operator Console",
      "short_name": "Operator",
      "description": "Shop counter operator console (assign, dispatch, track)",
      "url": "./operator",
      "icons": [
        { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Operator Login",
      "short_name": "Op Login",
      "description": "Sign in to the operator console with shop PIN",
      "url": "./operator/login",
      "icons": [
        { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Dispatch Board",
      "short_name": "Board",
      "description": "Kanban view of all deliveries by status",
      "url": "./operator/board",
      "icons": [
        { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Live Rider Map",
      "short_name": "Map",
      "description": "Real-time map of active riders",
      "url": "./operator/map",
      "icons": [
        { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "COD Reconciliation",
      "short_name": "Cash",
      "description": "Per-rider COD summary and settlement",
      "url": "./operator/cash",
      "icons": [
        { "src": "./favicon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    }
  ],
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icon-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}

