{
  "name": "POS System",
  "short_name": "POS",
  "description": "Multi-Shop Point of Sale System",
  "start_url": "/login.html",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0078d4",
  "theme_color": "#0078d4",
  "icons": [
    {
      "src": "/static/images/app.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/app-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "POS Terminal",
      "short_name": "POS",
      "url": "/pos.html",
      "icons": [{"src": "/static/images/app.png", "sizes": "192x192"}]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "url": "/dashboard.html",
      "icons": [{"src": "/static/images/app.png", "sizes": "192x192"}]
    }
  ]
}
