summaryrefslogtreecommitdiff
path: root/frontend/public/manifest.json
blob: 54989065bf32acc1de7984eb2d6c8370f0e30d9b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
  "short_name": "LibEuFin",
  "name": "LibEuFin Frontend",
  "icons": [
    {
      "src": "libeufin-icon.png",
      "sizes": "32x32",
      "type": "image/x-icon"
    },
    {
      "src": "libeufin-logo-normal.png",
      "type": "image/png",
      "sizes": "170x31"
    },
    {
      "src": "libeufin-logo-large.png",
      "type": "image/png",
      "sizes": "333x64"
    }
  ],
  "start_url": ".",
  "display": "standalone"
}