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