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