{
  "name": "PescaRadar.com",
  "short_name": "PescaRadar",
  "description": "Encuentra dónde pescar, qué buscar y cuándo intentarlo.",
  "start_url": "/mapa/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#061116",
  "theme_color": "#0b2027",
  "lang": "es-ES",
  "categories": ["sports", "navigation", "utilities"],
  "icons": [
    {
      "src": "/img/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    { "name": "Abrir el mapa", "url": "/mapa/" },
    { "name": "Mi inicio", "url": "/inicio/" }
  ]
}
