aboutsummaryrefslogtreecommitdiffstats
path: root/subprojects/docs/static/manifest.webmanifest
blob: 52e608a30f631feae17d46ee1374a086f239d787 (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
32
33
34
35
{
  "name": "Refinery Documentation",
  "short_name": "Refinery Docs",
  "description": "An efficient graph solver for generating well-formed models",
  "theme_color": "#f5f5f5",
  "start_url": ".",
  "display": "standalone",
  "background_color": "#282c34",
  "icons": [
    {
      "src": "icon-192x192.png",
      "sizes": "192x192",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-512x512.png",
      "sizes": "512x512",
      "type": "image/png",
      "purpose": "any maskable"
    },
    {
      "src": "icon-any.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "any maskable"
    },
    {
      "src": "mask-icon.svg",
      "sizes": "any",
      "type": "image/svg+xml",
      "purpose": "monochrome"
    }
  ]
}