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-32x32.png",
"favicon-16x16.png", "favicon-16x16.png",
"android-chrome-192x192.png", "android-chrome-192x192.png",
"android-chrome-512x512.png",
"android-chrome-48x48.png", "android-chrome-48x48.png",
"mstile-310x150.png", "mstile-310x150.png",
"apple-touch-icon-144x144.png", "apple-touch-icon-144x144.png",

View file

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