{
  "name": "City Connect",
  "short_name": "City Connect",
  "description": "City resources, staff directory, snow operations, and quick access links.",
  "start_url": "/app/index.php",
  "scope": "/app/",
  "display": "standalone",
  "background_color": "#ede6dd",
  "theme_color": "#6d7f49",
  "orientation": "portrait-primary",
  "icons": [
    {
      "src": "/app/assets/img/icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/app/assets/img/icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}