{
  "name": "Zuuvy Customer Screen",
  "short_name": "Customer",
  "description": "The screen the customer looks at: the bill as it is rung up, and the code to pay it.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0d1526",
  "theme_color": "#22314f",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "related_applications": [
    {
      "platform": "webapp",
      "url": "https://customer.pos.zuuvy.in/manifest.webmanifest"
    }
  ],
  "prefer_related_applications": false
}
