about summary refs log tree commit diff
path: root/Utilities/LibMatrix.E2eeTestKit/wwwroot/manifest.webmanifest
blob: 1a55bfea45043123e9a9bed7904abfe566a4a62a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "LibMatrix.E2eeTestKit",
  "short_name": "LibMatrix.E2eeTestKit",
  "id": "./",
  "start_url": "./",
  "display": "standalone",
  "background_color": "#ffffff",
  "theme_color": "#03173d",
  "prefer_related_applications": false,
  "icons": [
    {
      "src": "icon-512.png",
      "type": "image/png",
      "sizes": "512x512"
    },
    {
      "src": "icon-192.png",
      "type": "image/png",
      "sizes": "192x192"
    }
  ]
}