Skip to content

Commit

Permalink
Update manifest.json
Browse files Browse the repository at this point in the history
  • Loading branch information
K0IN committed Dec 4, 2023
1 parent ae131e5 commit 43f1e40
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion app/frontend/src/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 43f1e40

Please sign in to comment.