{
  "_comment": "Icon files (icon_192.png, icon_512.png) need to be added to public/icons/.",
  "name": "The Village",
  "short_name": "The Village",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f6f4f4",
  "theme_color": "#365b6d",
  "icons": [
    {
      "src": "/icons/icon_192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/icons/icon_512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
