{
  "name": "First Delivery - Pizza Shop Delivery Management Platform",
  "short_name": "First Delivery",
  "description": "Boost your pizza shop's delivery efficiency with our Command Center. Real-time tracking, driver management, and sales-boosting tools designed for high-volume restaurants.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1e40af",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "en",
  "categories": ["business", "productivity", "food"],
  "icons": [
    {
      "src": "/Assets/first-logo-icon.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Assets/first-logo-icon.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/Assets/first-logo-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "apple touch"
    }
  ],
  "screenshots": [
    {
      "src": "/first-delivery-logo-blue.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "First Delivery Command Center Dashboard"
    }
  ],
  "shortcuts": [
    {
      "name": "Pricing",
      "short_name": "Pricing",
      "description": "View pricing plans",
      "url": "/pricing",
      "icons": [
        {
          "src": "/Assets/first-logo-icon.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Contact",
      "short_name": "Contact",
      "description": "Get in touch",
      "url": "/contact",
      "icons": [
        {
          "src": "/Assets/first-logo-icon.png",
          "sizes": "96x96"
        }
      ]
    }
  ]
} 