{
  "name": "mimeteo",
  "short_name": "mimeteo",
  "description": "El tiempo, el mar y las mareas con datos oficiales, para España.",
  "start_url": "./index.html",
  "id": "./index.html",
  "scope": "./",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#0B3D77",
  "theme_color": "#0B3D77",
  "lang": "es",
  "widgets": [
    {
      "name": "Tiempo ahora",
      "description": "El tiempo actual en tu ubicación, con actualización automática.",
      "tag": "mimeteoHoy",
      "template": "weather-template.json",
      "ms_ac_template": "weather-template.json",
      "data": "weather-data.json",
      "type": "application/json",
      "auth": false,
      "update": 3600,
      "icons": [
        { "src": "icon-192.png", "sizes": "192x192" }
      ],
      "screenshots": [
        {
          "src": "icon-512.png",
          "sizes": "512x512",
          "label": "Vista previa del widget de mimeteo"
        }
      ]
    }
  ],
  "share_target": {
    "action": "./",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  },
  "icons": [
    { "src": "icon-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "icon-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "icon-512-maskable.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" },
    { "src": "icon-splash.png", "sizes": "512x512", "type": "image/png", "purpose": "any" }
  ]
}
