{
  "name": "9xFood Vendor - Manage Your Restaurant",
  "short_name": "9xFood Vendor",
  "description": "Vendor app for 9xFood. Manage orders, products, and your restaurant profile on the go.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#FFF7ED",
  "theme_color": "#EA580C",
  "scope": "/",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/favicon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/pwa-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "food", "productivity"],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "Open the vendor dashboard",
      "url": "/dashboard?utm_source=pwa_shortcut"
    },
    {
      "name": "Orders",
      "short_name": "Orders",
      "description": "View incoming orders",
      "url": "/orders?utm_source=pwa_shortcut"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Manage menu items",
      "url": "/products?utm_source=pwa_shortcut"
    }
  ],
  "prefer_related_applications": false
}
