Skip to content

Commit 0a0f719

Browse files
authored
Merge pull request #333 from nstringham/maskable-icon
add Maskable icon
2 parents db2d459 + fd98aa6 commit 0a0f719

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

public/favicon-maskable.png

14.6 KB
Loading

public/manifest.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,15 @@
33
"name": "2048 game",
44
"icons": [
55
{
6-
"src": "favicon.ico",
7-
"sizes": "192x192",
6+
"src": "favicon.png",
7+
"sizes": "450x450",
88
"type": "image/png"
9+
},
10+
{
11+
"src": "favicon-maskable.png",
12+
"sizes": "550x550",
13+
"type": "image/png",
14+
"purpose": "maskable"
915
}
1016
],
1117
"start_url": "./index.html",

0 commit comments

Comments
 (0)