From 6aa583093e104d16678aa9cc38b6ece1eb41bc1e Mon Sep 17 00:00:00 2001 From: Matt Fiddaman Date: Tue, 8 Apr 2025 02:14:48 -0400 Subject: [PATCH] fix manifests --- public/manifest.json | 4 ++-- public/site.webmanifest | 19 ------------------- 2 files changed, 2 insertions(+), 21 deletions(-) delete mode 100644 public/site.webmanifest diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..1d5d03b 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Vero Beach Dashboard", + "name": "Vero Beach Dashboard", "icons": [ { "src": "favicon.ico", diff --git a/public/site.webmanifest b/public/site.webmanifest deleted file mode 100644 index fa99de7..0000000 --- a/public/site.webmanifest +++ /dev/null @@ -1,19 +0,0 @@ -{ - "name": "", - "short_name": "", - "icons": [ - { - "src": "/android-chrome-192x192.png", - "sizes": "192x192", - "type": "image/png" - }, - { - "src": "/android-chrome-512x512.png", - "sizes": "512x512", - "type": "image/png" - } - ], - "theme_color": "#ffffff", - "background_color": "#ffffff", - "display": "standalone" -}