Skip to content

Commit 3de6285

Browse files
committed
feat: use logo-pwa.png for PWA icons
1 parent 2d684fb commit 3de6285

File tree

5 files changed

+4
-31
lines changed

5 files changed

+4
-31
lines changed

app/routers/home.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,9 @@ async def get_manifest(request: Request, start_url: Optional[str] = None):
4343
"start_url": resolved_start_url,
4444
"scope": DASHBOARD_ROUTE or "/",
4545
"icons": [
46-
{"src": "/statics/favicon/android-chrome-192x192.png", "sizes": "192x192", "type": "image/png"},
47-
{"src": "/statics/favicon/android-chrome-512x512.png", "sizes": "512x512", "type": "image/png"},
48-
{"src": "/statics/favicon/apple-touch-icon.png", "sizes": "180x180", "type": "image/png"},
46+
{"src": "/statics/favicon/logo-pwa.png", "sizes": "192x192", "type": "image/png"},
47+
{"src": "/statics/favicon/logo-pwa.png", "sizes": "512x512", "type": "image/png"},
48+
{"src": "/statics/favicon/logo-pwa.png", "sizes": "180x180", "type": "image/png"},
4949
],
5050
}
5151

dashboard/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<meta name="theme-color" content="#1b1b1d" />
1212
<meta name="apple-mobile-web-app-capable" content="yes" />
1313
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
14-
<link rel="apple-touch-icon" href="/statics/favicon/apple-touch-icon.png" />
14+
<link rel="apple-touch-icon" href="/statics/favicon/logo-pwa.png" />
1515
<link rel="manifest" href="/manifest.json" />
1616
<title>PasarGuard</title>
1717
</head>
43.4 KB
Loading
277 KB
Loading

dashboard/public/statics/favicon/site.webmanifest

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)