{
  "name": "FRIDAY",
  "short_name": "FRIDAY",
  "description": "Field tech mobile interface for FRIDAY",
  "start_url": "/mobile/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2563eb",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/icons/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "My Tickets",
      "url": "/mobile/tickets",
      "description": "View my assigned tickets"
    },
    {
      "name": "Scan Asset",
      "url": "/mobile/assets/scan",
      "description": "Scan asset QR code"
    }
  ]
}
