Remove icon with similar resolution

main
Bob Mottram 2021-11-08 11:05:32 +00:00
parent 0845570e40
commit 4406bb768e
2 changed files with 0 additions and 6 deletions

View File

@ -6053,11 +6053,6 @@ class PubServer(BaseHTTPRequestHandler):
"type": "image/png",
"sizes": "150x150"
},
{
"src": "/logo152.png",
"type": "image/png",
"sizes": "152x152"
},
{
"src": "/apple-touch-icon.png",
"type": "image/png",
@ -13525,7 +13520,6 @@ class PubServer(BaseHTTPRequestHandler):
self.path == '/logo128.png' or \
self.path == '/logo144.png' or \
self.path == '/logo150.png' or \
self.path == '/logo152.png' or \
self.path == '/logo192.png' or \
self.path == '/logo256.png' or \
self.path == '/logo512.png' or \

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB