Skip to content

Commit

Permalink
Update manifest screenshots
Browse files Browse the repository at this point in the history
  • Loading branch information
sungaila committed Sep 3, 2023
1 parent f82c232 commit bed6216
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 20 deletions.
33 changes: 13 additions & 20 deletions src/WebConverter/wwwroot/manifest.webmanifest
Original file line number Diff line number Diff line change
Expand Up @@ -49,46 +49,39 @@
},
"screenshots": [
{
"src": "screenshots/narrow_light.png",
"sizes": "864x1791",
"type": "image/png",
"src": "screenshots/narrow_1.jpg",
"sizes": "1080x1920",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "PDFtoImage on mobile (light theme)"
},
{
"src": "screenshots/narrow_dark.png",
"sizes": "864x1791",
"type": "image/png",
"src": "screenshots/narrow_2.jpg",
"sizes": "1080x1920",
"type": "image/jpeg",
"form_factor": "narrow",
"label": "PDFtoImage on mobile (dark theme)"
},
{
"src": "screenshots/wide_big_light.png",
"sizes": "2097x1241",
"type": "image/png",
"src": "screenshots/narrow_3.jpg",
"sizes": "1080x1920",
"type": "image/jpeg",
"form_factor": "wide",
"label": "PDFtoImage on desktop (light theme)"
},
{
"src": "screenshots/wide_small_light.png",
"sizes": "898x1241",
"type": "image/png",
"form_factor": "wide",
"label": "PDFtoImage on desktop (light theme; small)"
},
{
"src": "screenshots/wide_big_dark.png",
"src": "screenshots/wide_big_light.png.png",
"sizes": "2097x1241",
"type": "image/png",
"form_factor": "wide",
"label": "PDFtoImage on desktop (dark theme)"
"label": "PDFtoImage on desktop (light theme; small)"
},
{
"src": "screenshots/wide_small_dark.png",
"src": "screenshots/wide_small_light.png",
"sizes": "898x1241",
"type": "image/png",
"form_factor": "wide",
"label": "PDFtoImage on desktop (dark theme; small)"
"label": "PDFtoImage on desktop (light theme; small)"
}
],
"icons": [
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/WebConverter/wwwroot/screenshots/narrow_dark.png
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit bed6216

Please sign in to comment.