BTHLABS-49: WIP

This commit is contained in:
2025-08-19 21:59:49 +02:00
parent e1b7076cda
commit 519918d27a
9 changed files with 12 additions and 6 deletions

View File

@@ -18,8 +18,13 @@ def manifest_json(request: HttpRequest) -> JsonResponse:
'theme_color': '#2b3035',
'icons': [
{
'src': static('ui/img/apple-touch-icon-180.png'),
'sizes': '180x180',
'src': static('ui/img/icon-192.png'),
'sizes': '192x192',
'type': 'image/png',
},
{
'src': static('ui/img/icon-512.png'),
'sizes': '512x512',
'type': 'image/png',
},
],