{
  "id": "/",
  "name": "Shaz Beauty Bar",
  "short_name": "Shaz",
  "lang": "en",
  "dir": "ltr",
  "description": "Book beauty appointments and shop products from Shaz Beauty Bar",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": [
    "standalone",
    "minimal-ui"
  ],
  "orientation": "portrait-primary",
  "background_color": "#F7F5F0",
  "theme_color": "#1F3B2C",
  "icons": [
    {
      "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Book appointment",
      "short_name": "Book",
      "description": "Book a new appointment",
      "url": "/book",
      "icons": [
        {
          "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-shortcut-book.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "Shop",
      "short_name": "Shop",
      "description": "Shop beauty products",
      "url": "/shop",
      "icons": [
        {
          "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-shortcut-shop.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    },
    {
      "name": "My orders",
      "short_name": "Orders",
      "description": "View my orders",
      "url": "/orders",
      "icons": [
        {
          "src": "https://shazbeautybar.floot.app/_cdn/static/shaz-shortcut-orders.png",
          "sizes": "192x192",
          "type": "image/png"
        }
      ]
    }
  ],
  "categories": [
    "beauty",
    "lifestyle",
    "shopping"
  ]
}