{
  "name": "The Wildlife Calendar",
  "short_name": "Wildlife",
  "description": "Quickly record wildlife sightings in the field",
  "start_url": "/sightings/quick",
  "display": "standalone",
  "background_color": "#1a2e1a",
  "theme_color": "#2d5016",
  "orientation": "portrait",
  "icons": [
    {
      "src": "/globe.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Quick Sighting",
      "short_name": "Record",
      "description": "Instantly record a wildlife sighting",
      "url": "/sightings/quick",
      "icons": [{ "src": "/globe.svg", "sizes": "any" }]
    }
  ]
}
