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"