{
  "name": "Inventory Reconciliation System",
  "short_name": "IRS",
  "description": "Role-based physical inventory counting and discrepancy resolution. Works offline.",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#fafafa",
  "theme_color": "#1e1b4b",
  "categories": ["business", "productivity"],
  "icons": [
    { "src": "/icon-192.svg", "sizes": "192x192", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-512.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "any" },
    { "src": "/icon-maskable.svg", "sizes": "512x512", "type": "image/svg+xml", "purpose": "maskable" }
  ],
  "shortcuts": [
    { "name": "My counts", "short_name": "Counts", "url": "/counter" },
    { "name": "Admin", "short_name": "Admin", "url": "/admin" }
  ]
}
