summaryrefslogtreecommitdiffhomepage
path: root/frontend/build/static/manifest.json
blob: 690e539679d3474915cabd55c26336dcbf2520c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "short_name": "Bazarr",
  "name": "Bazarr Frontend",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "64x64 32x32 24x24 16x16",
      "type": "image/x-icon"
    }
  ],
  "start_url": ".",
  "display": "standalone",
  "background_color": "#ffffff"
}