{
  "name": "Adjustr.io",
  "short_name": "Adjustr",
  "description": "AI-powered claims reporting for independent adjusters",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0e14",
  "theme_color": "#0a0e14",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "/adjustr-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/adjustr-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "categories": ["productivity", "business"],
  "shortcuts": [
    {
      "name": "New Claim",
      "short_name": "New Claim",
      "description": "Start a new insurance claim",
      "url": "/new-claim",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    },
    {
      "name": "Dashboard",
      "short_name": "Dashboard",
      "description": "View all claims",
      "url": "/",
      "icons": [{ "src": "/favicon.ico", "sizes": "64x64" }]
    }
  ]
}
