{
  "id": "/",
  "name": "Alerticas",
  "short_name": "Alerticas",
  "description": "Alertas territoriales de servicios públicos en Costa Rica",
  "lang": "es-CR",
  "start_url": "/",
  "scope": "/",
  "display": "standalone",
  "orientation": "any",
  "background_color": "#f4f8f9",
  "theme_color": "#0b3d5c",
  "icons": [
    {
      "src": "/static/icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    },
    {
      "src": "/static/icon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
  ],
  "shortcuts": [
    {
      "name": "Ver alertas",
      "short_name": "Alertas",
      "url": "/alertas"
    },
    {
      "name": "Mis Alertas",
      "short_name": "Mis Alertas",
      "url": "/mis-alertas"
    }
  ]
}