{
  "name": "UniAlertas",
  "short_name": "UniAlertas",
  "description": "Alertas de empleo universitario para profesorado y PAS/PTGAS.",
  "lang": "es",
  "start_url": "/?source=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#f7f8fb",
  "theme_color": "#0f766e",
  "categories": ["business", "education", "productivity"],
  "icons": [
    {
      "src": "/static/img/app-icon-192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/app-icon-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/img/app-icon-maskable-512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable"
    }
  ],
  "shortcuts": [
    {
      "name": "Mis alertas",
      "short_name": "Alertas",
      "url": "/dashboard",
      "description": "Abrir tus alertas activas"
    },
    {
      "name": "Crear cuenta",
      "short_name": "Alta",
      "url": "/#planes",
      "description": "Elegir plan y crear cuenta"
    }
  ]
}
