William Zebrowski commited on
Commit
1a6f6f4
·
1 Parent(s): 40fa707

update image size

Browse files
Files changed (1) hide show
  1. backend/main.py +1 -1
backend/main.py CHANGED
@@ -2263,7 +2263,7 @@ async def get_manifest_json():
2263
  "display": "standalone",
2264
  "background_color": "#343541",
2265
  "orientation": "portrait-primary",
2266
- "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}],
2267
  }
2268
 
2269
 
 
2263
  "display": "standalone",
2264
  "background_color": "#343541",
2265
  "orientation": "portrait-primary",
2266
+ "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "1000x1000"}],
2267
  }
2268
 
2269