Skip to content

Commit c4f8d96

Browse files
committed
PWA manifest improvements
1 parent 931f818 commit c4f8d96

File tree

9 files changed

+40
-2
lines changed

9 files changed

+40
-2
lines changed

img/icons/icon_x192.png

23.9 KB
Loading

img/icons/icon_x512.png

35.6 KB
Loading

img/icons/nyan_icon_x192.png

14.2 KB
Loading

img/icons/nyan_icon_x512.png

19.4 KB
Loading

img/screenshots/screenshot1.jpg

82.3 KB
Loading

img/screenshots/screenshot2.jpg

109 KB
Loading

img/screenshots/screenshot3.jpg

69.6 KB
Loading

manifest.json

Lines changed: 40 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,51 @@
1414
"src": "/img/icons/maskable_icon_x192.png",
1515
"type": "image/png",
1616
"sizes": "192x192",
17-
"purpose": "any maskable"
17+
"purpose": "maskable"
1818
},
1919
{
2020
"src": "/img/icons/maskable_icon_x512.png",
2121
"type": "image/png",
2222
"sizes": "512x512",
23-
"purpose": "any maskable"
23+
"purpose": "maskable"
24+
},
25+
{
26+
"src": "/img/icons/icon_x192.png",
27+
"type": "image/png",
28+
"sizes": "192x192",
29+
"purpose": "any"
30+
},
31+
{
32+
"src": "/img/icons/icon_x512.png",
33+
"type": "image/png",
34+
"sizes": "512x512",
35+
"purpose": "any"
36+
}
37+
],
38+
"shortcuts": [
39+
{
40+
"name": "Nyan Mode",
41+
"short_name": "Nyan",
42+
"description": "Start the tracker with Nyan Cat mode enabled",
43+
"url": "/#!nyan=1",
44+
"icons": [{ "src": "/img/icons/nyan_icon_x192.png", "sizes": "192x192" }]
45+
}
46+
],
47+
"screenshots": [
48+
{
49+
"src": "/img/screenshot/screenshot1.jpg",
50+
"type": "image/jpg",
51+
"sizes": "1080x2240"
52+
},
53+
{
54+
"src": "/img/screenshot/screenshot2.jpg",
55+
"type": "image/jpg",
56+
"sizes": "1080x2240"
57+
},
58+
{
59+
"src": "/img/screenshot/screenshot3.jpg",
60+
"type": "image/jpg",
61+
"sizes": "1080x2240"
2462
}
2563
]
2664
}

resources/nyan_icon.psd

224 KB
Binary file not shown.

0 commit comments

Comments
 (0)