{
  "id": "/",
  "name": "StoreBoss — Shop Manager",
  "short_name": "StoreBoss",
  "description": "Point-of-sale, stock control, staff management, and daily cash reports for small shops in Ghana.",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#12372a",
  "theme_color": "#12372a",
  "lang": "en",
  "categories": ["business", "productivity", "finance"],
  "screenshots": [
    {
      "src": "./screenshots/sell.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Sell screen — fast POS"
    },
    {
      "src": "./screenshots/dashboard.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "form_factor": "narrow",
      "label": "Dashboard — daily overview"
    }
  ],
  "icons": [
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "./icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "New Sale",
      "url": "./index.html#sell",
      "description": "Open the sell screen"
    },
    {
      "name": "Stock",
      "url": "./index.html#stock",
      "description": "View and manage stock"
    }
  ]
}
