diff --git a/frontend/dist/apple-touch-icon.png b/frontend/dist/apple-touch-icon.png new file mode 100644 index 0000000..f16e6c2 Binary files /dev/null and b/frontend/dist/apple-touch-icon.png differ diff --git a/frontend/dist/favicon-96x96.png b/frontend/dist/favicon-96x96.png new file mode 100644 index 0000000..2228c94 Binary files /dev/null and b/frontend/dist/favicon-96x96.png differ diff --git a/frontend/dist/favicon.ico b/frontend/dist/favicon.ico new file mode 100644 index 0000000..20a3aa2 Binary files /dev/null and b/frontend/dist/favicon.ico differ diff --git a/frontend/dist/favicon.svg b/frontend/dist/favicon.svg new file mode 100644 index 0000000..9aec612 --- /dev/null +++ b/frontend/dist/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/dist/glyph.png b/frontend/dist/glyph.png new file mode 100644 index 0000000..2eb3119 Binary files /dev/null and b/frontend/dist/glyph.png differ diff --git a/frontend/dist/index.html b/frontend/dist/index.html index aefa112..ee0119f 100644 --- a/frontend/dist/index.html +++ b/frontend/dist/index.html @@ -2,8 +2,17 @@ - + + + + + RemoteTerm for MeshCore + + + + + diff --git a/frontend/dist/site.webmanifest b/frontend/dist/site.webmanifest new file mode 100644 index 0000000..6e8cba2 --- /dev/null +++ b/frontend/dist/site.webmanifest @@ -0,0 +1,24 @@ +{ + "name": "MCTerm - MeshCore Terminal", + "short_name": "MCTerm", + "description": "Web interface for MeshCore mesh radio networks", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#0a0a0a", + "background_color": "#0a0a0a", + "display": "standalone", + "start_url": "/", + "scope": "/" +} \ No newline at end of file diff --git a/frontend/dist/web-app-manifest-192x192.png b/frontend/dist/web-app-manifest-192x192.png new file mode 100644 index 0000000..6fd5c63 Binary files /dev/null and b/frontend/dist/web-app-manifest-192x192.png differ diff --git a/frontend/dist/web-app-manifest-512x512.png b/frontend/dist/web-app-manifest-512x512.png new file mode 100644 index 0000000..1f8a7cf Binary files /dev/null and b/frontend/dist/web-app-manifest-512x512.png differ diff --git a/frontend/index.html b/frontend/index.html index 6c2336a..b4fc328 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -2,8 +2,17 @@ - + + + + + RemoteTerm for MeshCore + + + + +
diff --git a/frontend/public/apple-touch-icon.png b/frontend/public/apple-touch-icon.png new file mode 100644 index 0000000..f16e6c2 Binary files /dev/null and b/frontend/public/apple-touch-icon.png differ diff --git a/frontend/public/favicon-96x96.png b/frontend/public/favicon-96x96.png new file mode 100644 index 0000000..2228c94 Binary files /dev/null and b/frontend/public/favicon-96x96.png differ diff --git a/frontend/public/favicon.ico b/frontend/public/favicon.ico new file mode 100644 index 0000000..20a3aa2 Binary files /dev/null and b/frontend/public/favicon.ico differ diff --git a/frontend/public/favicon.svg b/frontend/public/favicon.svg new file mode 100644 index 0000000..9aec612 --- /dev/null +++ b/frontend/public/favicon.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/frontend/public/glyph.png b/frontend/public/glyph.png new file mode 100644 index 0000000..2eb3119 Binary files /dev/null and b/frontend/public/glyph.png differ diff --git a/frontend/public/site.webmanifest b/frontend/public/site.webmanifest new file mode 100644 index 0000000..6e8cba2 --- /dev/null +++ b/frontend/public/site.webmanifest @@ -0,0 +1,24 @@ +{ + "name": "MCTerm - MeshCore Terminal", + "short_name": "MCTerm", + "description": "Web interface for MeshCore mesh radio networks", + "icons": [ + { + "src": "/web-app-manifest-192x192.png", + "sizes": "192x192", + "type": "image/png", + "purpose": "maskable" + }, + { + "src": "/web-app-manifest-512x512.png", + "sizes": "512x512", + "type": "image/png", + "purpose": "maskable" + } + ], + "theme_color": "#0a0a0a", + "background_color": "#0a0a0a", + "display": "standalone", + "start_url": "/", + "scope": "/" +} \ No newline at end of file diff --git a/frontend/public/web-app-manifest-192x192.png b/frontend/public/web-app-manifest-192x192.png new file mode 100644 index 0000000..6fd5c63 Binary files /dev/null and b/frontend/public/web-app-manifest-192x192.png differ diff --git a/frontend/public/web-app-manifest-512x512.png b/frontend/public/web-app-manifest-512x512.png new file mode 100644 index 0000000..1f8a7cf Binary files /dev/null and b/frontend/public/web-app-manifest-512x512.png differ