{
  "name": "Pronóstico ETS Online — Series Temporales",
  "short_name": "Forecast ETS",
  "description": "Predice valores futuros de series temporales con ETS, AutoARIMA y AutoTheta directamente en tu navegador. 100% client-side, sin upload, sin login. Soporta CSV y XLSX, bandas 80-99%, 13 variantes ETS. Bilingüe ES/EN, offline-ready.",
  "start_url": "./",
  "scope": "./",
  "display": "standalone",
  "background_color": "#050505",
  "theme_color": "#050505",
  "lang": "es-ES",
  "orientation": "any",
  "categories": ["business", "productivity", "education", "utilities", "finance"],
  "icons": [
    {
      "src": "og-image.png",
      "sizes": "1200x630",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "apple-touch-icon.png",
      "sizes": "180x180",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "favicon.ico",
      "sizes": "16x16 32x32 48x48",
      "type": "image/x-icon",
      "purpose": "any"
    }
  ]
}