From 2de25a5fd2ee937672e881be24061ba4cc979388 Mon Sep 17 00:00:00 2001 From: Abdulhadi Hawari Date: Wed, 3 Apr 2019 16:35:44 +0200 Subject: [PATCH] update manifest.json --- public/manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/manifest.json b/public/manifest.json index 1f2f141..6047dff 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Oreo Clicker!", + "name": "a tiny delicious game", "icons": [ { "src": "favicon.ico", @@ -8,7 +8,7 @@ "type": "image/x-icon" } ], - "start_url": ".", + "start_url": "https://hadabo.github.io/oreo-clicker/", "display": "standalone", "theme_color": "#000000", "background_color": "#ffffff"