{
  "name": "Vecino Seguro",
  "short_name": "VecinoSeguro",
  "description": "Sistema de seguridad vecinal inteligente para reportar alertas y coordinar con autoridades",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#1e3a8a",
  "theme_color": "#1e3a8a",
  "orientation": "portrait-primary",
  "scope": "/",
  "lang": "es",
  "categories": ["safety", "utilities", "social"],
  "icons": [
    {
      "src": "/static/icons/icon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-144x144.png",
      "sizes": "144x144",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-152x152.png",
      "sizes": "152x152",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "maskable any"
    },
    {
      "src": "/static/icons/icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "maskable any"
    }
  ],
  "shortcuts": [
    {
      "name": "Reportar Alerta",
      "short_name": "Alerta",
      "description": "Reportar una emergencia rápidamente",
      "url": "/frontend/report-alert/",
      "icons": [
        {
          "src": "/static/icons/alert-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Ver Mapa",
      "short_name": "Mapa",
      "description": "Ver alertas en el mapa",
      "url": "/frontend/alerts-map/",
      "icons": [
        {
          "src": "/static/icons/map-shortcut.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Mis Grupos",
      "short_name": "Grupos",
      "description": "Gestionar mis grupos vecinales",
      "url": "/frontend/groups/",
      "icons": [
        {
          "src": "/static/icons/groups-shortcut.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "related_applications": [],
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "web+vecinoseguro",
      "url": "/alert?type=%s"
    }
  ],
  "share_target": {
    "action": "/frontend/report-alert/",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}
