{
  "lang": "es",
  "name": "Mi Aplicacion Vanilla Pura",
  "short_name": "AppVanilla",
  "description": "Una app ligera creada con JavaScript nativo sin frameworks.",
  "start_url": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#ffffff",
  "theme_color": "#0070f3",
  "categories": ["utilities", "productivity"],
  "icons": [
    {
      "src": "/icono-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/icono-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}