{
  "name": "Conversor de Divisas",
  "short_name": "Conversor",
  "description": "Conversor de Divisas en tiempo real",
  "start_url": "/",
  "display": "standalone",
  "background_color": "#f7f7f8",
  "theme_color": "#10a37f",
  "icons": [
    {
      "src": "/img/favicon-48x48.png",
      "sizes": "48x48",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-72x72.png",
      "sizes": "72x72",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-96x96.png",
      "sizes": "96x96",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-128x128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-384x384.png",
      "sizes": "384x384",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/img/favicon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/img/favicon-1024x1024.png",
      "sizes": "1024x1024",
      "type": "image/png",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Conversor de Divisas",
      "short_name": "Conversor",
      "description": "Convertir diferentes tipos de monedas",
      "url": "/?conversion=ars-to-usd",
      "icons": [
        {
          "src": "/img/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    },
    {
      "name": "Convertir Dólares a Pesos",
      "short_name": "USD a ARS",
      "description": "Convertir Dólares Blue a Pesos Argentinos",
      "url": "/?conversion=usd-to-ars",
      "icons": [
        {
          "src": "/img/favicon-96x96.png",
          "sizes": "96x96"
        }
      ]
    }
  ],
  "screenshots": [
    {
      "src": "/img/screenshot-1.png",
      "sizes": "1080x1920",
      "type": "image/png",
      "platform": "narrow",
      "label": "Vista principal del conversor"
    }
  ],
  "categories": [
    "finance",
    "utilities"
  ],
  "orientation": "any",
  "lang": "es-AR",
  "dir": "ltr",
  "prefer_related_applications": false,
  "related_applications": [],
  "iarc_rating_id": "",
  "share_target": {
    "action": "/share-target",
    "method": "GET",
    "params": {
      "title": "title",
      "text": "text",
      "url": "url"
    }
  }
}