{
  "name": "Manos Unidas",
  "short_name": "ManosUnidas",
  "start_url": "/misparticipaciones.php",
  "scope": "/",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#2db14a",
  "description": "Plataforma de apoyo mutuo - Manos Unidas",
  "gcm_sender_id": "103953800507",
  "icons": [
    { "src": "/icons/icon-192.png", "sizes": "192x192", "type": "image/png" },
    { "src": "/icons/icon-512.png", "sizes": "512x512", "type": "image/png" }
  ],
  "share_target": {
    "action": "/subir-comprobante.php",
    "method": "POST",
    "enctype": "multipart/form-data",
    "params": {
      "title": "title",
      "text": "text",
      "files": [
        {
          "name": "imagen",
          "accept": [
            "image/jpeg",
            "image/png",
            "image/jpg",
            "image/webp"
          ]
        }
      ]
    }
  }
}
