{
  "name": "Sweet Cravings",
  "short_name": "Sweet Cravings",
  "description": "Order cakes, bakes, and sweet treats online \u2014 fast delivery and pickup.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#99225b",
  "orientation": "portrait-primary",
  "scope": "/",
  "icons": [
    {
      "src": "/images/icons/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/images/icons/android-chrome-192x192-maskable.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "/images/icons/android-chrome-512x512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "categories": [
    "food",
    "restaurant",
    "dining"
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "Menu",
      "short_name": "Menu",
      "description": "View our menu",
      "url": "/",
      "icons": [
        {
          "src": "/images/icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Cart",
      "short_name": "Cart",
      "description": "View your cart",
      "url": "/cart",
      "icons": [
        {
          "src": "/images/icons/android-chrome-192x192.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "prefer_related_applications": false,
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://sweetcravings.pk/manifest.json"
    }
  ],
  "id": "/",
  "launch_handler": {
    "client_mode": "navigate-existing"
  }
}
