{
  "short_name": "Al's Stockroom",
  "name": "Al's Pumps Inventory & OnCall",
  "description": "Mobile-first inventory management and after-hours alerting for Al's Pumps. Works offline, queues stock operations, and syncs when back online.",
  "icons": [
    {
      "src": "pwa-icon-192.svg",
      "type": "image/svg+xml",
      "sizes": "192x192",
      "purpose": "any maskable"
    },
    {
      "src": "pwa-icon-512.svg",
      "type": "image/svg+xml",
      "sizes": "512x512",
      "purpose": "any maskable"
    }
  ],
  "start_url": "/inventory",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "theme_color": "#0f172a",
  "background_color": "#0f172a",
  "categories": ["business", "productivity", "utilities"],
  "prefer_related_applications": false,
  "shortcuts": [
    {
      "name": "Scan to action",
      "short_name": "Scan",
      "description": "Quick barcode/QR lookup and stock action",
      "url": "/inventory/scan",
      "icons": [{ "src": "pwa-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Stock operations",
      "short_name": "Stock",
      "description": "Receive, transfer, deduct, or adjust",
      "url": "/inventory/stock",
      "icons": [{ "src": "pwa-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    },
    {
      "name": "Cycle counts",
      "short_name": "Counts",
      "description": "ABC-driven cycle counting",
      "url": "/inventory/cycle-counts",
      "icons": [{ "src": "pwa-icon-192.svg", "sizes": "192x192", "type": "image/svg+xml" }]
    }
  ]
}
