summaryrefslogtreecommitdiff
path: root/public/manifest.json
blob: 6233fae0a20711d0e432bfef96b6a45524e39ab6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "short_name": "OpenDC",
  "name": "OpenDC",
  "icons": [
    {
      "src": "favicon.ico",
      "sizes": "192x192",
      "type": "image/png"
    }
  ],
  "start_url": "./index.html",
  "display": "standalone",
  "theme_color": "#00A6D6",
  "background_color": "#eeeeee"
}