{
  "name": "ZonPOS — barcode point of sale",
  "short_name": "ZonPOS",
  "id": "/?source=pwa",
  "start_url": "./?source=pwa",
  "scope": "./",
  "display": "standalone",
  "display_override": ["standalone", "fullscreen", "minimal-ui"],
  "orientation": "any",
  "background_color": "#0b0e13",
  "theme_color": "#1f3a8a",
  "categories": ["business", "productivity", "shopping"],
  "description": "Offline-first barcode point-of-sale for ZonGrow. Scan 1D and 2D barcodes, manage orders, share bills on WhatsApp, and print to a Bluetooth thermal printer.",
  "lang": "en",
  "dir": "ltr",
  "prefer_related_applications": false,
  "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-maskable-192.png", "sizes": "192x192", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-maskable-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icons/icon-180.png",       "sizes": "180x180",  "type": "image/png" },
    { "src": "icons/icon-167.png",       "sizes": "167x167",  "type": "image/png" },
    { "src": "icons/icon-152.png",       "sizes": "152x152",  "type": "image/png" },
    { "src": "icons/icon-144.png",       "sizes": "144x144",  "type": "image/png" },
    { "src": "icons/icon-120.png",       "sizes": "120x120",  "type": "image/png" },
    { "src": "icons/icon-60.png",        "sizes": "60x60",    "type": "image/png" }
  ],
  "screenshots": [
    { "src": "splash/splash-1170x2532.png", "sizes": "1170x2532", "type": "image/png", "form_factor": "narrow", "label": "Scan / bill" }
  ],
  "shortcuts": [
    {
      "name": "New order",
      "short_name": "New",
      "url": "./#/orders?new=1",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Products",
      "short_name": "Products",
      "url": "./#/products",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    },
    {
      "name": "Settings",
      "short_name": "Settings",
      "url": "./#/settings",
      "icons": [{ "src": "icons/icon-192.png", "sizes": "192x192" }]
    }
  ]
}
