{
  "id": "/",
  "name": "SIDOZPOS - ShopGuard POS",
  "short_name": "SIDOZPOS",
  "description": "Point of Sale and shop management system. Works offline, syncs when online.",
  "start_url": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay"],
  "background_color": "#f0fdf4",
  "theme_color": "#15803d",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icon.svg",
      "sizes": "512x512 192x192",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshot-wide.png",
      "sizes": "1280x720",
      "type": "image/png",
      "form_factor": "wide",
      "label": "SIDOZPOS Dashboard"
    },
    {
      "src": "/screenshot-narrow.png",
      "sizes": "750x1334",
      "type": "image/png",
      "label": "SIDOZPOS Mobile"
    }
  ],
  "protocol_handlers": [
    {
      "protocol": "web+sidoz",
      "url": "/?src=%s"
    }
  ]
}
