Skip to content

Commit e6d7ffd

Browse files
authored
Add maskable icon (#1739)
1 parent a4cf6ec commit e6d7ffd

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

src/appIcons/maskable_icon.png

123 KB
Loading

src/manifest.json

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,29 +33,35 @@
3333
],
3434
"icons": [
3535
{
36-
"src": "images/lf-logo-48-mdpi.png",
36+
"src": "appIcons/lf-logo-48-mdpi.png",
3737
"type": "image/png",
3838
"sizes": "48x48"
3939
},
4040
{
41-
"src": "images/lf-logo-96-xhdpi.png",
41+
"src": "appIcons/lf-logo-96-xhdpi.png",
4242
"type": "image/png",
4343
"sizes": "96x96"
4444
},
4545
{
46-
"src": "images/lf-logo-144-xxhdpi.png",
46+
"src": "appIcons/lf-logo-144-xxhdpi.png",
4747
"type": "image/png",
4848
"sizes": "144x144"
4949
},
5050
{
51-
"src": "images/lf-logo-circle-192-xxxhdpi.png",
51+
"src": "appIcons/lf-logo-circle-192-xxxhdpi.png",
5252
"type": "image/png",
5353
"sizes": "192x192"
5454
},
5555
{
56-
"src": "images/lf-logo-circle-512-xxxxxhdpi.png",
56+
"src": "appIcons/lf-logo-circle-512-xxxxxhdpi.png",
5757
"type": "image/png",
5858
"sizes": "512x512"
59+
},
60+
{
61+
"src": "appIcons/maskable_icon.png",
62+
"type": "image/png",
63+
"sizes": "512x512",
64+
"purpose": "any maskable"
5965
}
6066
]
6167
}

0 commit comments

Comments
 (0)