{
  "name": "ZIMPOS - Point of Sale System",
  "short_name": "ZIMPOS",
  "description": "Offline-first retail platform for multi-currency markets with resilient sync, inventory controls, and operator-first checkout.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f7f7f4",
  "theme_color": "#141414",
  "categories": ["business", "finance", "productivity"],
  "lang": "en-US",
  "dir": "ltr",
  "icons": [
    {
      "src": "/static/img/android-chrome-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/android-chrome-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/img/apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png"
    },
    {
      "src": "/static/img/favicon-32x32.png",
      "sizes": "32x32",
      "type": "image/png"
    },
    {
      "src": "/static/img/favicon-16x16.png",
      "sizes": "16x16",
      "type": "image/png"
    },
    {
      "src": "/static/img/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "Sell",
      "description": "Start a new sale transaction",
      "url": "/shop",
      "icons": [
        {
          "src": "/static/img/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View sales analytics and reports",
      "url": "/dashboard",
      "icons": [
        {
          "src": "/static/img/android-chrome-192x192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
