aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
blob: 602f803e601a18ea4a9ab68fc64f6981c1416c62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "name"              : "Navan Chauhan",
  "short_name"        : "Navan's Repo",
  "description"       : "A personal portfolio and also a guide for all personal GitHub Projects",
  "start_url"         : "/",
  "display"           : "standalone",
  "orientation"       : "any",
  "background_color"  : "#373B44",
  "theme_color"       : "#373B44",
  "icons": [
    {
      "src"           : "logo-420.png",
      "sizes"         : "420x420",
      "type"          : "image/png"
    }
  ]
}