diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png index f16e6c2..28ad69c 100644 Binary files a/frontend/public/apple-touch-icon.png and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/favicon-96x96.png b/frontend/public/favicon-96x96.png index 2228c94..9c41f86 100644 Binary files a/frontend/public/favicon-96x96.png and b/frontend/public/favicon-96x96.png differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico index 20a3aa2..b555d6e 100644 Binary files a/frontend/public/favicon.ico and b/frontend/public/favicon.ico differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg index 9aec612..04833ca 100644 --- a/frontend/public/favicon.svg +++ b/frontend/public/favicon.svg @@ -1 +1,3 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest index 2a5fa8a..b84b355 100644 --- a/frontend/public/site.webmanifest +++ b/frontend/public/site.webmanifest @@ -1,7 +1,6 @@ { - "name": "remoteterm-meshcore", - "short_name": "remoteterm-meshcore", - "description": "Web interface for serial MeshCore radios", + "name": "Remote Terminal for MeshCore", + "short_name": "RemoteTerm", "icons": [ { "src": "/web-app-manifest-192x192.png", @@ -16,9 +15,7 @@ "purpose": "maskable" } ], - "theme_color": "#0a0a0a", - "background_color": "#0a0a0a", - "display": "standalone", - "start_url": "/", - "scope": "/" -} + "theme_color": "#ffffff", + "background_color": "#ffffff", + "display": "standalone" +} \ No newline at end of file