{
  "name": "Amigos Moteros Marmotas",
  "short_name": "AMM",
  "description": "Rutas, vídeos y aventuras moteras.",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "display_override": ["window-controls-overlay", "standalone"],
  "orientation": "portrait-primary",
  "background_color": "#0b0f14",
  "theme_color": "#ff7a00",
  "lang": "es",
  "categories": [
    "sports",
    "lifestyle",
    "travel"
  ],
  "icons": [
    {
      "src": "/recursos/imagenes/icono-marmota-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/recursos/imagenes/icono-marmota-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ]
}