{
  "name": "IMDAA Converter",
  "short_name": "IMDAA",
  "description": "Convert IMDAA NetCDF (.nc) files in ZIP archives to wide-format CSV with real-time progress.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#080c12",
  "theme_color": "#2979ff",
  "lang": "en",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "screenshots": [],
  "shortcuts": [
    {
      "name": "New Conversion",
      "short_name": "Convert",
      "url": "/",
      "description": "Start a new NetCDF to CSV conversion"
    }
  ]
}
