From 2dab07ad8402112dc5972b556deb65861be756f7 Mon Sep 17 00:00:00 2001 From: Yassine Doghri Date: Sat, 12 May 2018 20:34:30 +0200 Subject: [PATCH] fix(manifest): set start url to home screen and fix name --- public/manifest.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index f6ed2e9..e988519 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,7 @@ { - "short_name": "Marvel JARVIG", - "name": "Marvel J.A.R.V.I.G. (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!", + "short_name": "marvel-jarvig", + "name": "Marvel JARVIG", + "description": "Marvel J.A.R.V.I.G. (Just A Rather Very Interesting Game) is a game that lets you find and discover Marvel Comics characters based on their name, image and description!", "icons": [ { "src": "favicon.ico", @@ -8,7 +9,7 @@ "type": "image/x-icon" } ], - "start_url": "./index.html", + "start_url": "./", "display": "fullscreen", "orientation": "portrait", "theme_color": "#ed1d24",