diff --git a/applet/logos/launcher-icon512.png b/applet/logos/launcher-icon512.png index a9e5a99..e7e387f 100644 Binary files a/applet/logos/launcher-icon512.png and b/applet/logos/launcher-icon512.png differ diff --git a/applet/manifest.json b/applet/manifest.json index 09213e1..e9f284a 100644 --- a/applet/manifest.json +++ b/applet/manifest.json @@ -2,6 +2,11 @@ "short_name": "%%UI3_PWA_NAME%%", "name": "%%UI3_PWA_NAME%%", "icons": [ + { + "src": "logos/launcher-icon1024.webp", + "sizes": "1024x1024", + "type": "image/webp" + }, { "src": "logos/launcher-icon128.webp", "sizes": "128x128", @@ -34,9 +39,9 @@ "purpose": "maskable" }, { - "src": "logos/launcher-icon1024.webp", - "sizes": "1024x1024", - "type": "image/webp" + "src": "logos/launcher-icon512.png", + "sizes": "512x512", + "type": "image/png" }, { "src": "logos/launcher-icon48.png", @@ -68,11 +73,6 @@ "sizes": "168x168", "type": "image/png" }, - { - "src": "logos/launcher-icon512.png", - "sizes": "512x512", - "type": "image/png" - }, { "src": "launcher-icon.png", "sizes": "192x192", diff --git a/timeout.htm b/timeout.htm index 884decd..575c56c 100644 --- a/timeout.htm +++ b/timeout.htm @@ -2,7 +2,8 @@
- + +