{
  "$schema": "https://json.schemastore.org/web-manifest-combined.json",
  "name": "Merchant Portal",
  "short_name": "Merchant Portal",
  "start_url": "/index.html",
  "display": "standalone",
  "theme_color": "#007b7c",
  "background_color": "#fff",
  "icons": [
    {
      "src": "/themes/apple-touch-icon.png",
      "type": "image/png",
      "sizes": "180x180"
    },
    {
      "src": "/themes/logo-square.svg",
      "type": "image/svg+xml",
      "sizes": "any"
    }
  ]
}
