Skip to content

Commit 7f00de3

Browse files
committed
PWA
1 parent dcd14f7 commit 7f00de3

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

pwa/icons/128.png

-8.08 KB
Binary file not shown.

pwa/icons/512.png

-64.4 KB
Binary file not shown.

pwa/icons/pwa_icon_128.png

2.36 KB
Loading

pwa/icons/pwa_icon_512.png

14.4 KB
Loading

pwa/manifest.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
2-
"name": "Hux Blog",
3-
"short_name": "Hux Blog",
4-
"description": "About an engineer & designer who loves web.",
2+
"name": "BY Blog",
3+
"short_name": "BY Blog",
4+
"description": "A personal blog by engineer",
55
"icons": [{
6-
"src": "icons/128.png",
6+
"src": "icons/pwa_icon_128.png",
77
"sizes": "128x128",
88
"type": "image/png"
99
}, {
10-
"src": "icons/512.png",
10+
"src": "icons/pwa_icon_512.png",
1111
"sizes": "512x512",
1212
"type": "image/png"
1313
}],

0 commit comments

Comments
 (0)