diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png index f16e6c29..28ad69ce 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 2228c943..9c41f86f 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 20a3aa27..b555d6e8 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 9aec6122..04833ca3 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 2a5fa8a9..b84b355e 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