{
  "name": "CityFix Civic Reporter",
  "short_name": "CityFix",
  "description": "AI-powered municipal reporting tool to report street damage and civic issues instantly.",
  "start_url": "./index.html",
  "display": "standalone",
  "background_color": "#F2F2F7",
  "theme_color": "#007AFF",
  "orientation": "portrait",
  "icons": [
    {
      "src": "https://img.icons8.com/fluency/192/000000/traffic-light.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "https://img.icons8.com/fluency/512/000000/traffic-light.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}