{
  "name": "Weather Genius",
  "short_name": "Weather Genius",
  "description": "Cualquier ciudad · Sin anuncios · Cielo en vivo — clima, radar, alertas, agenda",
  "start_url": "./index.html",
  "scope": "./",
  "display": "standalone",
  "display_override": ["fullscreen", "standalone"],
  "orientation": "portrait",
  "background_color": "#1a3a4a",
  "theme_color": "#1a3a4a",
  "lang": "es",
  "categories": ["weather", "lifestyle", "productivity"],
  "icons": [
    {
      "src": "icons/icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "icons/icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Solo tips",
      "short_name": "Tips",
      "description": "Abrir en modo solo tips",
      "url": "./index.html?tips=1"
    },
    {
      "name": "Compartir día",
      "short_name": "Compartir",
      "description": "Abrir y compartir el briefing del día",
      "url": "./index.html?share=1"
    },
    {
      "name": "Cielo vivo",
      "short_name": "Cielo",
      "description": "Modo cielo en vivo",
      "url": "./index.html?mode=wallpaper"
    }
  ]
}
