We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc79709 commit e874fc0Copy full SHA for e874fc0
public/favicon.svg
public/manifest.json
@@ -1,14 +1,28 @@
1
{
2
"name": "NZ Topo",
3
"short_name": "NZ Topo",
4
- "icons": [{
5
- "src": "/favicon.png",
6
- "sizes": "512x512",
7
- "type": "image/png"
8
- }],
+ "icons": [
+ {
+ "src": "/maskable.png",
+ "sizes": "512x512",
+ "type": "image/png",
9
+ "purpose": "maskable"
10
+ },
11
12
+ "src": "/monochrome.png",
13
14
15
+ "purpose": "monochrome maskable"
16
17
18
+ "src": "/favicon.png",
19
20
+ "type": "image/png"
21
+ }
22
+ ],
23
"scope": ".",
24
"start_url": "/index.html",
25
"display": "standalone",
26
"background_color": "#FFFFFF",
27
"theme_color": "#25a33c"
-}
28
+}
public/maskable.png
10.4 KB
public/monochrome.png
11.2 KB
0 commit comments