{
  "name": "Portage",
  "short_name": "Portage",
  "description": "Device loaner lifecycle management",
  "start_url": "/intake",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#0F172A",
  "theme_color": "#0EA5E9",
  "icons": [
    {
      "src": "/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Intake Scanner",
      "short_name": "Scan",
      "url": "/intake",
      "description": "Scan return packages"
    },
    {
      "name": "Fulfillment Hub",
      "short_name": "Fulfill",
      "url": "/fulfillment",
      "description": "Process outbound shipments"
    }
  ]
}
