Skip to content

Commit 6de48b5

Browse files
committed
Fixed manifest.json dimensions for the maskable icon
1 parent 1c1b10e commit 6de48b5

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
<!-- Refer to: https://keepachangelog.com/en/1.0.0/ -->
33
## [Unreleased]
44

5+
## [1.0.1] - 2021-07-07
6+
### Fixed
7+
- manifest.json dimensions for the maskable icon
8+
59
## [1.0.0] - 2021-07-05
610
### Added
711
- A configurable service worker with:

view/frontend/web/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
},
2222
{
2323
"src": "images/favicons/maskable_icon.png",
24-
"sizes": "196x196",
24+
"sizes": "1024x1024",
2525
"type": "image/png",
2626
"purpose": "any maskable"
2727
}

0 commit comments

Comments
 (0)