From eb3ecd7d8b998d1c59138cb83f735ae9f6da2003 Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Sun, 21 Jan 2018 16:07:27 +0530 Subject: Create manifest.json --- manifest.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 manifest.json (limited to 'manifest.json') 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" + } + ] +} -- cgit v1.2.3