Skip to content

Commit 1eeebd8

Browse files
committed
Set actual icon, and mark as maskable
1 parent f972cde commit 1eeebd8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

Diff for: public/icon.svg

+8-2
Loading

Diff for: public/manifest.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
"theme_color": "white",
1010
"icons": [{
1111
"src": "./icon.svg",
12-
"sizes": "256x256",
13-
"type": "image/svg+xml"
12+
"sizes": "512x512",
13+
"type": "image/svg+xml",
14+
"purpose": "any maskable"
1415
}]
1516
}

0 commit comments

Comments
 (0)