aboutsummaryrefslogtreecommitdiffstats
path: root/manifest.json
blob: 03239bf67303bd62a1836bcf428c073886dc7030 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Vericert",
  "short_name": "Vericert",
  "start_url": "/vericert-docs/",
  "scope": "/vericert-docs/",
  "display": "standalone",
  "background_color": "#000000",
  "theme_color": "#000000",
  "icons": [
    {
      "src": "/vericert-docs/favicon.svg",
      "sizes": "512x512"
    }
  ]
}