{
  "name": "Madzimai POS",
  "short_name": "Madzimai POS",
  "description": "Madzimai POS — automotive parts sales, inventory, customers and business management.",
  "id": "/app",
  "start_url": "/app",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait",
  "theme_color": "#07141C",
  "background_color": "#07141C",
  "lang": "en-ZW",
  "dir": "ltr",
  "categories": ["business", "productivity", "shopping"],
  "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-512-maskable.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "screenshots": [
    {
      "src": "/screenshots/narrow-signin.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Staff sign in on a phone"
    },
    {
      "src": "/screenshots/narrow-splash.png",
      "sizes": "412x915",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Madzimai POS starting up"
    },
    {
      "src": "/screenshots/wide-landing.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Madzimai Auto Parts on the desktop"
    },
    {
      "src": "/screenshots/wide-signin.png",
      "sizes": "1280x800",
      "type": "image/png",
      "form_factor": "wide",
      "label": "Staff sign in at the counter"
    }
  ],
  "shortcuts": [
    {
      "name": "New Sale",
      "short_name": "New Sale",
      "description": "Start a sale at the counter",
      "url": "/pos"
    },
    {
      "name": "Receive Stock",
      "short_name": "Receive",
      "description": "Book a delivery in",
      "url": "/inventory/receive"
    },
    {
      "name": "Products",
      "short_name": "Products",
      "description": "Browse stock levels",
      "url": "/inventory/stock"
    },
    {
      "name": "Transactions",
      "short_name": "Transactions",
      "description": "Sales, purchases, returns and payments",
      "url": "/transactions"
    }
  ]
}
