aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2018-01-20 22:17:15 +0530
committerGitHub <noreply@github.com>2018-01-20 22:17:15 +0530
commit0f59564f2c04a70535b50ff25879a2480e26cabd (patch)
tree951337f6beeaca183f18f823db3f243975d2ce23
parent5ed715169c68ef33f39d89326129ad1b742b4398 (diff)
Create manifest.json
-rw-r--r--manifest.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/manifest.json b/manifest.json
new file mode 100644
index 0000000..383b5c8
--- /dev/null
+++ b/manifest.json
@@ -0,0 +1,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"
+ }
+ ]
+}