Skip to content

Commit 78d7074

Browse files
committed
Update badge 2
1 parent 69db66f commit 78d7074

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

web/public/icons/badge-72x72.png

1.57 KB
Loading

web/public/manifest.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
{
66
"src": "/icons/icon-192x192.png",
77
"sizes": "192x192",
8-
"type": "image/png"
8+
"type": "image/png",
9+
"purpose": "any"
10+
},
11+
{
12+
"src": "/icons/badge-72x72.png",
13+
"sizes": "72x72",
14+
"type": "image/png",
15+
"purpose": "maskable"
916
}
1017
],
1118
"start_url": ".",

0 commit comments

Comments
 (0)