Fix manifest

This commit is contained in:
cuom1999 2024-08-13 21:36:01 +07:00
parent 8cd7327d20
commit 34e8ac6b8e
2 changed files with 5 additions and 4 deletions

View file

@ -1223,6 +1223,7 @@ favicon_paths = [
"favicon-32x32.png",
"favicon-16x16.png",
"android-chrome-192x192.png",
"android-chrome-512x512.png",
"android-chrome-48x48.png",
"mstile-310x150.png",
"apple-touch-icon-144x144.png",

View file

@ -1,6 +1,6 @@
{
"name": "",
"short_name": "",
"name": "LQDOJ",
"short_name": "LQDOJ",
"icons": [
{
"src": "/android-chrome-192x192.png",
@ -8,8 +8,8 @@
"type": "image/png"
},
{
"src": "/android-chrome-256x256.png",
"sizes": "256x256",
"src": "/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],