diff options
Diffstat (limited to 'manifest.json')
-rw-r--r-- | manifest.json | 15 |
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" + } + ] +} |