{
  "name": "MyPrezzy - Lista de Regalos",
  "short_name": "MyPrezzy",
  "description": "Crea listas de regalos inteligentes.",
  "start_url": "https://app.myprezzy.com/",
  "scope": "https://app.myprezzy.com/",
  "display": "standalone",
  "orientation": "portrait-primary",
  "background_color": "#ffffff",
  "theme_color": "#7C3AED",
  "lang": "es",
  "icons": [
    {
      "src": "https://cdn-icons-png.flaticon.com/512/4213/4213650.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "https://cdn-icons-png.flaticon.com/512/4213/4213650.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    }
  ],
  "share_target": {
    "action": "https://app.myprezzy.com/",
    "method": "GET",
    "enctype": "application/x-www-form-urlencoded",
    "params": {
      "title": "titulo_compartido",
      "text":  "texto_compartido",
      "url":   "url_compartida"
    }
  }
}
