{
  "id": "forecast-pwa",
  "name": "FORECAST - SIMA Seguridad",
  "short_name": "FORECAST",
  "description": "Plataforma Comercial Forecast - Seguridad Sima",
  "start_url": "/forecast-login",
  "scope": "/forecast",
  "display": "standalone",
  "background_color": "#0a1628",
  "theme_color": "#0ea5e9",
  "orientation": "any",
  "prefer_related_applications": false,
  "categories": ["business", "productivity"],
  "icons": [
    {
      "src": "/pwa-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/pwa-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ]
}