diff --git a/cmd/mavweb/static/icon.svg b/cmd/mavweb/static/icon.svg new file mode 100644 index 0000000..46f49fb --- /dev/null +++ b/cmd/mavweb/static/icon.svg @@ -0,0 +1,10 @@ + + + + + + + + + M + diff --git a/cmd/mavweb/static/manifest.json b/cmd/mavweb/static/manifest.json index 8b2ef07..d10ca37 100644 --- a/cmd/mavweb/static/manifest.json +++ b/cmd/mavweb/static/manifest.json @@ -5,6 +5,13 @@ "display": "standalone", "background_color": "#111", "theme_color": "#00aaff", - "icons": [], + "icons": [ + { + "src": "/icon.svg", + "sizes": "any", + "type": "image/svg+xml", + "purpose": "any" + } + ], "description": "Voice client and dashboard for Maven" }