We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c1b10e commit 6de48b5Copy full SHA for 6de48b5
CHANGELOG.md
@@ -2,6 +2,10 @@
2
<!-- Refer to: https://keepachangelog.com/en/1.0.0/ -->
3
## [Unreleased]
4
5
+## [1.0.1] - 2021-07-07
6
+### Fixed
7
+- manifest.json dimensions for the maskable icon
8
+
9
## [1.0.0] - 2021-07-05
10
### Added
11
- A configurable service worker with:
view/frontend/web/manifest.json
@@ -21,7 +21,7 @@
21
},
22
{
23
"src": "images/favicons/maskable_icon.png",
24
- "sizes": "196x196",
+ "sizes": "1024x1024",
25
"type": "image/png",
26
"purpose": "any maskable"
27
}
0 commit comments