{
  "name": "Garden Delight - Business Management",
  "short_name": "Garden Delight",
  "description": "Comprehensive business management platform for fresh produce business",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#16a34a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "finance"],
  "icons": [
    {
      "src": "/favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View business overview",
      "url": "/",
      "icons": [
        {
          "src": "/icons/dashboard-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Create Order",
      "short_name": "New Order",
      "description": "Create a new customer order",
      "url": "/?action=create-order",
      "icons": [
        {
          "src": "/icons/order-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Gmail Integration",
      "short_name": "Gmail",
      "description": "Access email integration",
      "url": "/gmail",
      "icons": [
        {
          "src": "/icons/gmail-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/mobile-dashboard.png",
      "sizes": "390x844",
      "type": "image/png",
      "form_factor": "narrow"
    },
    {
      "src": "/screenshots/desktop-dashboard.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide"
    }
  ]
}
