diff --git a/public/icon-192x192.png b/public/icon-192x192.png new file mode 100644 index 0000000..a49ab3b Binary files /dev/null and b/public/icon-192x192.png differ diff --git a/public/icon-512x512.png b/public/icon-512x512.png new file mode 100644 index 0000000..ce03831 Binary files /dev/null and b/public/icon-512x512.png differ diff --git a/public/favicon.svg b/public/icon.svg similarity index 91% rename from public/favicon.svg rename to public/icon.svg index 935592c..d613fe1 100644 --- a/public/favicon.svg +++ b/public/icon.svg @@ -1,6 +1,7 @@ - + @@ -17,4 +18,4 @@ - \ No newline at end of file + diff --git a/public/index.html b/public/index.html index 47e8f91..502a2c8 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,8 @@ - + + diff --git a/public/manifest.webmanifest b/public/manifest.webmanifest new file mode 100644 index 0000000..3f52220 --- /dev/null +++ b/public/manifest.webmanifest @@ -0,0 +1,25 @@ +{ + "name": "Airsonic", + "short_name": "Airsonic", + "start_url": "/", + "display": "standalone", + "theme_color": "#09F", + "background_color": "#09F", + "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" + } + ] +} \ No newline at end of file