diff --git a/public/icon-192x192.png b/public/icon-192x192.png deleted file mode 100644 index a49ab3b..0000000 Binary files a/public/icon-192x192.png and /dev/null differ diff --git a/public/icon-512x512.png b/public/icon-512x512.png deleted file mode 100644 index ce03831..0000000 Binary files a/public/icon-512x512.png and /dev/null differ diff --git a/public/icon.svg b/public/icon.svg index d613fe1..031cc03 100644 --- a/public/icon.svg +++ b/public/icon.svg @@ -1,21 +1,19 @@ - - + - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/public/index.html b/public/index.html index a55b8ed..55a4216 100644 --- a/public/index.html +++ b/public/index.html @@ -9,7 +9,7 @@ <% } %> - + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest index 3f52220..306bd1e 100644 --- a/public/manifest.webmanifest +++ b/public/manifest.webmanifest @@ -3,23 +3,14 @@ "short_name": "Airsonic", "start_url": "/", "display": "standalone", - "theme_color": "#09F", - "background_color": "#09F", + "theme_color": "#000", + "background_color": "#000", "icons": [ { "src": "./icon.svg", - "type": "image/svg", - "sizes": "any" - }, - { - "src": "./icon-192x192.png", - "type": "image/png", - "sizes": "192x192" - }, - { - "src": "./icon-512x512.png", - "type": "image/png", - "sizes": "512x512" + "type": "image/svg+xml", + "sizes": "any", + "purpose": "any" } ] -} \ No newline at end of file +}