aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 383b5c88d79a1f66a398625beb28a64c59f3d0b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "Navan Chauhan",
  "short_name": "A portfolio and guide for all my GitHub Projects",
  "display": "minimal-ui",
  "start_url": "/",
  "theme_color": "#673ab6",
  "background_color": "#111111",
  "icons": [
    {
      "src": "icon-192.png",
      "sizes": "192x192",
      "type": "image/png"
    }
  ]
}