diff --git a/CHANGELOG.md b/CHANGELOG.md index 9557701c7..d3694f580 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed - Improved the chart of the holdings tab on the home page (experimental) +- Separated the icon purposes in the `site.webmanifest` ## 2.95.0 - 2024-07-12 diff --git a/apps/client/src/assets/site.webmanifest b/apps/client/src/assets/site.webmanifest index 3dc452fe9..8f1eceefb 100644 --- a/apps/client/src/assets/site.webmanifest +++ b/apps/client/src/assets/site.webmanifest @@ -7,10 +7,16 @@ { "sizes": "192x192", "src": "/assets/android-chrome-192x192.png", - "type": "image/png", - "purpose": "any maskable" + "type": "image/png" + }, + { + "purpose": "any", + "sizes": "512x512", + "src": "/assets/android-chrome-512x512.png", + "type": "image/png" }, { + "purpose": "maskable", "sizes": "512x512", "src": "/assets/android-chrome-512x512.png", "type": "image/png" @@ -21,5 +27,5 @@ "short_name": "Ghostfolio", "start_url": "/en/", "theme_color": "#FFFFFF", - "url": "https://www.ghostfol.io" + "url": "https://ghostfol.io" }