Skip to content

Commit e2a3b1e

Browse files
committed
Update Web Manifest
Since I last published a `manifest.json`, eligibility seems to have changed. This change adds any `any`-purpose icon and desktop- and mobile-friendly screenshots. This appears to be the bare-minimum manifest for installation.
1 parent 33bb2e8 commit e2a3b1e

3 files changed

Lines changed: 20 additions & 1 deletion

File tree

img/pwa/screenshot-desktop.png

750 KB
Loading

img/pwa/screenshot-mobile.png

384 KB
Loading

manifest.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,24 @@
2222
"sizes": "144x144",
2323
"type": "image/png",
2424
"purpose": "maskable"
25-
}]
25+
}, {
26+
"src": "/img/icons/144.png",
27+
"sizes": "144x144",
28+
"type": "image/png",
29+
"purpose": "any"
30+
}],
31+
"screenshots": [
32+
{
33+
"src": "/img/pwa/screenshot-mobile.png",
34+
"sizes": "1224x2010",
35+
"type": "image/png",
36+
"form_factor": "narrow"
37+
},
38+
{
39+
"src": "/img/pwa/screenshot-desktop.png",
40+
"sizes": "3104x1844",
41+
"type": "image/png",
42+
"form_factor": "wide"
43+
}
44+
]
2645
}

0 commit comments

Comments
 (0)