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",