|
@@ -311,7 +311,7 @@ async def get_manifest_json():
|
|
|
"background_color": "#343541",
|
|
|
"theme_color": "#343541",
|
|
|
"orientation": "portrait-primary",
|
|
|
- "icons": [{"src": "/favicon.png", "type": "image/png", "sizes": "844x884"}],
|
|
|
+ "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}],
|
|
|
}
|
|
|
|
|
|
|