{
  "name": "WE SEND MONEY",
  "short_name": "WSM",
  "description": "Envía dinero de forma rápida y segura",
  "start_url": "/index.html",
  "scope": "/",
  "display": "standalone",
  "background_color": "#121212",
  "theme_color": "#00c853",
  "icons": [
    {
      "src": "logo.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any"
    }
  ],
  "shortcuts": [
    {
      "name": "Cotizar",
      "url": "/calculator.html"
    },
    {
      "name": "Mis Órdenes",
      "url": "/orders.html"
    },
    {
      "name": "Mi Perfil",
      "url": "/profile.html"
    }
  ]
}