{
  "name": "Daftery POS",
  "short_name": "Daftery POS",
  "description": "Daftery point of sale terminal for tablet and desktop checkout.",
  "start_url": "/pos",
  "scope": "/",
  "display": "standalone",
  "background_color": "#f8f7f4",
  "theme_color": "#10b981",
  "orientation": "any",
  "icons": [
    {
      "src": "/daftery-icon-20260806.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/daftery-auth-logo-20260806.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Sell",
      "short_name": "Sell",
      "url": "/pos",
      "icons": [{ "src": "/daftery-icon-20260806.png", "sizes": "192x192" }]
    },
    {
      "name": "Held sales",
      "short_name": "Held",
      "url": "/pos/held",
      "icons": [{ "src": "/daftery-icon-20260806.png", "sizes": "192x192" }]
    }
  ]
}
