{
  "name": "bropets — Seguridad Animal",
  "short_name": "bropets",
  "description": "Identifica, conecta y protege a tu perro y gato. Registro biométrico, alertas de mascotas perdidas y comunidad de héroes.",
  "start_url": "/?src=pwa",
  "scope": "/",
  "display": "standalone",
  "orientation": "portrait",
  "background_color": "#1E1B4B",
  "theme_color": "#1E1B4B",
  "lang": "es",
  "icons": [
    { "src": "/icon-192.png?v=4", "sizes": "192x192", "type": "image/png", "purpose": "any" },
    { "src": "/icon-512.png?v=4", "sizes": "512x512", "type": "image/png", "purpose": "any" },
    { "src": "/favicon.png?v=4", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
  ],
  "shortcuts": [
    {
      "name": "SOS · Mi mascota se perdió",
      "short_name": "🆘 SOS",
      "url": "/?shortcut=sos",
      "icons": [{ "src": "/icon-192.png?v=4", "sizes": "192x192" }]
    },
    {
      "name": "Reportar mascota",
      "short_name": "Reportar",
      "url": "/?shortcut=report",
      "icons": [{ "src": "/icon-192.png?v=4", "sizes": "192x192" }]
    },
    {
      "name": "Mis Mascotas",
      "short_name": "Mascotas",
      "url": "/?shortcut=pets",
      "icons": [{ "src": "/icon-192.png?v=4", "sizes": "192x192" }]
    }
  ],
  "share_target": {
    "action": "/share-target",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url",
      "files": [{ "name": "photo", "accept": ["image/*"] }]
    }
  }
}
