From cdca730448fff226f4fa79cf3e8744d3d01602b3 Mon Sep 17 00:00:00 2001 From: Robert Jeutter Date: Thu, 24 Jun 2021 11:53:43 +0200 Subject: [PATCH] add favicon & icon --- public/index.html | 7 +++++-- public/manifest.json | 14 ++++++-------- 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/public/index.html b/public/index.html index 133688f..98d7160 100644 --- a/public/index.html +++ b/public/index.html @@ -12,12 +12,15 @@ - + + + + - + diff --git a/public/manifest.json b/public/manifest.json index 580f6bb..98a90fa 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,27 +1,25 @@ { "name": "cocktail-shaker", "short_name": "CS", + "description": "shake your way to a new cocktail", "theme_color": "#4DBA87", "icons": [{ "src": "./img/favicon.ico", "sizes": "32x32", - "type": "image/png", - "purpose": "maskable" + "type": "image/png" }, { "src": "./img/icon.png", "sizes": "32x32", - "type": "image/png", - "purpose": "maskable" + "type": "image/png" }, { "src": "./img/splash.png", "sizes": "128x128", - "type": "image/png", - "purpose": "maskable" + "type": "image/png" } ], - "start_url": ".", + "start_url": "/", "display": "standalone", - "background_color": "#000000" + "background_color": "rgb(202, 0, 152)" } \ No newline at end of file