Edit icon addresses in site webmanifest

This commit is contained in:
Helen Chong 2024-06-21 11:33:39 +08:00
parent eacc2414b0
commit ef2e09fd9a
1 changed files with 4 additions and 4 deletions

View File

@ -1,15 +1,15 @@
{ {
"name": "Leilukin's Hub", "name": "Leilukin's Hub Tumbleblog",
"short_name": "Leilukin's Hub", "short_name": "Leilukin's Hub Tumbleblog",
"icons": "icons":
[ [
{ {
"src": "/android-chrome-192x192.png", "src": "./android-chrome-192x192.png",
"sizes": "192x192", "sizes": "192x192",
"type": "image/png" "type": "image/png"
}, },
{ {
"src": "/android-chrome-512x512.png", "src": "./android-chrome-512x512.png",
"sizes": "512x512", "sizes": "512x512",
"type": "image/png" "type": "image/png"
} }