{
  "name": "Kiosk Stocks",
  "short_name": "Kiosk",
  "description": "Mobile-first inventory, sales, stock movement, reporting and multi-store team access for growing shops in Ghana.",
  "id": "/",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone", "minimal-ui"],
  "background_color": "#f6f7f3",
  "theme_color": "#ff6422",
  "orientation": "portrait-primary",
  "lang": "en-GH",
  "dir": "ltr",
  "icons": [
    {
      "src": "/kiosk-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity", "shopping"],
  "shortcuts": [
    {
      "name": "Open dashboard",
      "short_name": "Dashboard",
      "description": "View sales, profit, stock health and low-stock alerts.",
      "url": "/app",
      "icons": [
        { "src": "/kiosk-icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Record sale",
      "short_name": "Sale",
      "description": "Quickly record a shop sale from the app.",
      "url": "/app/sales",
      "icons": [
        { "src": "/kiosk-icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    },
    {
      "name": "Receive stock",
      "short_name": "Stock",
      "description": "Add incoming stock and review inventory movement.",
      "url": "/app/stock",
      "icons": [
        { "src": "/kiosk-icon.svg", "sizes": "any", "type": "image/svg+xml" }
      ]
    }
  ]
}
