summary refs log tree commit diff stats
path: root/public/manifest.json
blob: 1c892884ce4f4f031aadf614413296d2bbbf25a7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
  "name": "Rocie",
  "short_name": "Rocie ",
  "icons": [
    {
      "src": "./favicon-1024.png",
      "sizes": "1024x1024",
      "type": "image/png"
    }
    {
      "src": "./favicon-512.png",
      "sizes": "512x512",
      "type": "image/png"
    }
    {
      "src": "./favicon-256.png",
      "sizes": "256x256",
      "type": "image/png"
    }
    {
      "src": "./favicon-128.png",
      "sizes": "128x128",
      "type": "image/png"
    }
  ],
  "start_url": null,
  "background_color": "#333131",
  "theme_color": "#333131",
  "display": "standalone",
  "prefer_related_applications": false
}