{
  "name": "My Web Wallet",
  "short_name": "Wallet",
  "description": "My Web Wallet - A simple and secure way to manage your digital wallet.",
  "start_url": "/login",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#000000",
  "lang": "es",
  "scope": "/",
  "prefer_related_applications": false,
  "protocol_handlers": [
    {
      "protocol": "openid-credential-offer",
      "url": "https://incibe-reto5-ssikit.inf.um.es/?uri=%s"
    }
  ],
  "icons": [
    {
      "src": "/static/images/dolar512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/dolar256.png",
      "sizes": "256x256",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/dolar128.png",
      "sizes": "128x128",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/dolar64.png",
      "sizes": "64x64",
      "type": "image/png",
      "purpose": "any"
    },
    {
      "src": "/static/images/dolar32.png",
      "sizes": "32x32",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "/static/images/dolar16.png",
      "sizes": "16x16",
      "type": "image/png",
      "purpose": "any"
    }

  ],
  "screenshots": [
    {
      "src": "/static/images/ssikit-wallet_8102_640x480.png",
      "sizes": "640x480",
      "type": "image/png",
      "form_factor": "wide"
    },
    {
      "src": "/static/images/ssikit-wallet_8102_320x480.png",
      "sizes": "320x480",
      "type": "image/png",
      "form_factor": "narrow"
    }
  ]

}

