{
  "name": "Global Drought Map",
  "short_name": "Drought Map",
  "description": "Interactive platform for exploring global drought conditions from 1980 to today using SPI and SPEI indices. Built with H3 hexagons, DuckDB WASM, and Parquet. Created by Alper Dincer.",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#1976d2",
  "icons": [
    {
      "src": "/drought_icon.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/drought_icon.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ]
}
