{
  "name": "BigAraw POS",
  "short_name": "POS",
  "description": "Point-of-sale terminal for BigAraw retail showrooms. Works offline.",
  "start_url": "/pos",
  "scope": "/pos",
  "display": "standalone",
  "orientation": "landscape",
  "background_color": "#0b0f17",
  "theme_color": "#0b0f17",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon-light-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/apple-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "categories": ["business", "productivity"]
}
