This commit is contained in:
Donald Zou
2025-04-21 15:59:42 +08:00
parent 8ad9af4bc2
commit 43f893c921
93 changed files with 79 additions and 71 deletions

View File

@@ -21,24 +21,28 @@
],
"icons": [
{
"src": "../img/icon-192x192.png",
"sizes": "192x192",
"type": "image/png"
"src": "../img/Logo-2-Rounded-128x128.png",
"sizes": "128x128",
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/icon-256x256.png",
"src": "../img/Logo-2-Rounded-256x256.png",
"sizes": "256x256",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/icon-384x384.png",
"src": "../img/Logo-2-Rounded-384x384.png",
"sizes": "384x384",
"type": "image/png"
"type": "image/png",
"purpose": "any"
},
{
"src": "../img/icon-512x512.png",
"src": "../img/Logo-2-Rounded-512x512.png",
"sizes": "512x512",
"type": "image/png"
"type": "image/png",
"purpose": "any"
}
]
}