aboutsummaryrefslogtreecommitdiff
path: root/manifest.json
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-21 16:07:27 +0530
committerGitHub <noreply@github.com>2018-01-21 16:07:27 +0530
commiteb3ecd7d8b998d1c59138cb83f735ae9f6da2003 (patch)
tree27ee014b408eee9a8948c33aea868963a89e44cb /manifest.json
parentd2af1da683dedd9532b53eca0976a3969e4722c2 (diff)
Create manifest.json
Diffstat (limited to 'manifest.json')
-rw-r--r--manifest.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..602f803
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,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"
+ }
+ ]
+}