{
  "name": "Potholes.app — Citizen Road Hazard Platform",
  "short_name": "Potholes",
  "description": "Report, track, and resolve potholes and road hazards in real-time.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#0a0d14",
  "theme_color": "#0a0d14",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "categories": ["navigation", "utilities", "public-safety"],
  "shortcuts": [
    {
      "name": "Report Pothole",
      "short_name": "Report",
      "description": "Quickly report a road hazard with photo and GPS location",
      "url": "/#report",
      "icons": [{ "src": "/icon.svg", "sizes": "any" }]
    }
  ]
}
