diff --git a/static/pyrite-192x192.png b/static/pyrite-192x192.png new file mode 100644 index 0000000..9d3887c Binary files /dev/null and b/static/pyrite-192x192.png differ diff --git a/static/pyrite-512x512.png b/static/pyrite-512x512.png new file mode 100644 index 0000000..d47243b Binary files /dev/null and b/static/pyrite-512x512.png differ diff --git a/static/pyrite.webmanifest b/static/pyrite.webmanifest index 76dd7f6..6f22769 100644 --- a/static/pyrite.webmanifest +++ b/static/pyrite.webmanifest @@ -3,11 +3,19 @@ "short_name": "Pyrite", "start_url": "/pyrite", "display": "standalone", - "background_color": "#ffffff", - "theme_color": "#000000", + "background_color": "#eed89b", + "theme_color": "#eed89b", "description": "A music streaming application.", - "icons": [{ - "src": "/favicon.ico", - "sizes": "16x16" - }] + "icons": [ + { + "src": "/pyrite/static/pyrite-192x192.png", + "sizes": "192x192", + "type": "image/png" + }, + { + "src": "/pyrite/static/pyrite-512x512.png", + "sizes": "512x512", + "type": "image/png" + } + ] }