{
  "name": "Fetch — Equipment Checkout",
  "short_name": "Fetch",
  "description": "Equipment checkout management for media production facilities",
  "start_url": "/counter",
  "display": "standalone",
  "background_color": "#0f1117",
  "theme_color": "#6366f1",
  "orientation": "any",
  "icons": [
    {
      "src": "/icons/icon-192.svg",
      "sizes": "192x192",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "/icons/icon-512.svg",
      "sizes": "512x512",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Counter Mode",
      "short_name": "Counter",
      "description": "Quick checkout and check-in",
      "url": "/counter"
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard", 
      "description": "Overview and stats",
      "url": "/"
    }
  ]
}
