You've already forked hotpocket
BTHLABS-49: WIP
This commit is contained in:
@@ -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',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user