{
  "name": "Freshsip — Juice Delivery Manager",
  "short_name": "Freshsip",
  "description": "Manage orders, clients, products and deliveries for your cold-pressed juice business.",
  "start_url": "/dashboard",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#060d09",
  "theme_color": "#060d09",
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/fslogo.png",
      "sizes": "any",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "New Order",
      "short_name": "Order",
      "description": "Create a new delivery order",
      "url": "/orders",
      "icons": [{ "src": "/fslogo.png", "sizes": "any" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business overview",
      "url": "/dashboard",
      "icons": [{ "src": "/fslogo.png", "sizes": "any" }]
    }
  ]
}
