{
  "name": "NTS Claims Tracker",
  "short_name": "NTS Tracker",
  "description": "Cargo and transportation claims management for Nationwide Transport Services",
  "start_url": "/dashboard",
  "display": "standalone",
  "background_color": "#1A1A1A",
  "theme_color": "#E85D04",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["business", "productivity"],
  "shortcuts": [
    {
      "name": "Claims Board",
      "short_name": "Board",
      "description": "View the claims pipeline",
      "url": "/dashboard/customers/kanban",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Claims List",
      "short_name": "List",
      "description": "View claims as a table",
      "url": "/dashboard/claims/list",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    },
    {
      "name": "Claim Intake",
      "short_name": "Intake",
      "description": "Review new claim submissions",
      "url": "/dashboard/claims/intake",
      "icons": [
        {
          "src": "/icon-192.png",
          "sizes": "192x192"
        }
      ]
    }
  ]
}
