{
  "name": "The K.E.E.P. — Karst Exploration & Entry Project",
  "short_name": "KEEP",
  "description": "Geospatial cave research database with offline field logging",
  "start_url": "/field-log",
  "scope": "/",
  "display": "standalone",
  "background_color": "#0a0d10",
  "theme_color": "#4a9eda",
  "orientation": "any",
  "categories": ["education", "science", "utilities"],
  "icons": [
    { "src": "/favicon.svg", "sizes": "any", "type": "image/svg+xml", "purpose": "any maskable" }
  ],
  "shortcuts": [
    {
      "name": "Field Log",
      "short_name": "Log",
      "description": "Log a new cave site or visit",
      "url": "/field-log",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Map",
      "short_name": "Map",
      "description": "Browse cave sites on the map",
      "url": "/map",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    },
    {
      "name": "Database",
      "short_name": "DB",
      "description": "Search the cave database",
      "url": "/database",
      "icons": [{ "src": "/favicon.svg", "sizes": "any" }]
    }
  ]
}
