{
  "name": "Flood Risk Scanner",
  "short_name": "FloodRisk",
  "description": "AI-powered geospatial flood risk analysis for any US property address.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f8fafc",
  "theme_color": "#1d4ed8",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    },
    {
      "src": "./favicon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Run a Scan",
      "short_name": "Scan",
      "description": "Analyze a property for flood risk",
      "url": "./",
      "icons": [{ "src": "./favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Scan History",
      "short_name": "History",
      "description": "View your recent property scans",
      "url": "./history",
      "icons": [{ "src": "./favicon.svg", "sizes": "any" }]
    }
  ],
  "screenshots": [
    {
      "src": "./opengraph.jpg",
      "sizes": "1200x630",
      "type": "image/jpeg",
      "label": "Flood Risk Scanner home screen"
    }
  ]
}
