{
  "name": "Supplify — Orders & Deliveries",
  "short_name": "Supplify",
  "description": "Orders, deliveries, receiving, and fulfillment for restaurants and suppliers.",
  "start_url": "/app/dashboard",
  "display_override": ["standalone", "browser"],
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f1f5f9",
  "theme_color": "#5b21b6",
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Browse and manage your product catalog",
      "url": "/app/products"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View and manage orders",
      "url": "/app/orders"
    },
    {
      "name": "Staff portal",
      "short_name": "Staff",
      "description": "Clock in, view shifts, and request time off",
      "url": "/staff/login"
    },
    {
      "name": "Order online",
      "short_name": "Order",
      "description": "Browse the menu and place an order",
      "url": "/order"
    }
  ],
  "icons": [
    {
      "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-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ]
}
