diff --git a/app/frontend/src/manifest.json b/app/frontend/src/manifest.json index 3b66321..e21f93f 100644 --- a/app/frontend/src/manifest.json +++ b/app/frontend/src/manifest.json @@ -46,13 +46,29 @@ "label": "App screenshot with example notification", "platform": "ios" }, + { + "src": "/assets/screenshots/mobile-screenshot.png", + "sizes": "1170x2532", + "type": "image/png", + "form_factor": "narrow", + "label": "App screenshot with example notification", + "platform": "android" + }, { "src": "/assets/icons/desktop-screenshot.png", "sizes": "2038x1301", "type": "image/png", "form_factor": "wide", "label": "Home screen of Awesome App", - "platform": "ios" + "platform": "windows" + }, + { + "src": "/assets/icons/desktop-screenshot.png", + "sizes": "2038x1301", + "type": "image/png", + "form_factor": "wide", + "label": "Home screen of Awesome App", + "platform": "macos" } ] } \ No newline at end of file