Skip to content

Commit e874fc0

Browse files
Add monochrome and maskable icons
1 parent bc79709 commit e874fc0

File tree

4 files changed

+21
-7
lines changed

4 files changed

+21
-7
lines changed

public/favicon.svg

Lines changed: 1 addition & 1 deletion
Loading

public/manifest.json

Lines changed: 20 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,28 @@
11
{
22
"name": "NZ Topo",
33
"short_name": "NZ Topo",
4-
"icons": [{
5-
"src": "/favicon.png",
6-
"sizes": "512x512",
7-
"type": "image/png"
8-
}],
4+
"icons": [
5+
{
6+
"src": "/maskable.png",
7+
"sizes": "512x512",
8+
"type": "image/png",
9+
"purpose": "maskable"
10+
},
11+
{
12+
"src": "/monochrome.png",
13+
"sizes": "512x512",
14+
"type": "image/png",
15+
"purpose": "monochrome maskable"
16+
},
17+
{
18+
"src": "/favicon.png",
19+
"sizes": "512x512",
20+
"type": "image/png"
21+
}
22+
],
923
"scope": ".",
1024
"start_url": "/index.html",
1125
"display": "standalone",
1226
"background_color": "#FFFFFF",
1327
"theme_color": "#25a33c"
14-
}
28+
}

public/maskable.png

10.4 KB
Loading

public/monochrome.png

11.2 KB
Loading

0 commit comments

Comments
 (0)