{
  "short_name": "PermitFlow",
  "name": "PermitFlow — Permit & Inspection Assistant",
  "description": "Apply for permits, track status, and manage inspections on the go.",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "any"
    },
    {
      "src": "logo192.png",
      "type": "image/png",
      "sizes": "192x192",
      "purpose": "maskable"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "any"
    },
    {
      "src": "logo512.png",
      "type": "image/png",
      "sizes": "512x512",
      "purpose": "maskable"
    }
  ],
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "theme_color": "#1f4d3a",
  "background_color": "#ffffff",
  "categories": ["government", "utilities", "productivity"],
  "shortcuts": [
    {
      "name": "Inspector Route",
      "short_name": "Inspect",
      "url": "/staff/inspector",
      "description": "Today's inspection route — works offline"
    },
    {
      "name": "Ask AI",
      "short_name": "AI Chat",
      "url": "/chat",
      "description": "Ask questions about permits and building codes"
    },
    {
      "name": "Check Status",
      "short_name": "Status",
      "url": "/status",
      "description": "Check your permit application status"
    },
    {
      "name": "Apply for Permit",
      "short_name": "Apply",
      "url": "/apply",
      "description": "Start a new permit application"
    }
  ]
}
