Adjust screenshot sizes

This commit is contained in:
Fred Boniface 2023-10-16 12:16:52 +01:00
parent a4294c36a8
commit bb3ae45a37
1 changed files with 6 additions and 6 deletions

View File

@ -34,42 +34,42 @@
{ {
"src": "/images/screenshots/narrow-home.png", "src": "/images/screenshots/narrow-home.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "720x1480",
"form_factor": "narrow", "form_factor": "narrow",
"label": "Homescreen of OwlBoard" "label": "Homescreen of OwlBoard"
}, },
{ {
"src": "/images/screenshots/narrow-ldbs.png", "src": "/images/screenshots/narrow-ldbs.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "720x1480",
"form_factor": "narrow", "form_factor": "narrow",
"label": "Live rail departure boards" "label": "Live rail departure boards"
}, },
{ {
"src": "/images/screenshots/narrow-timetable.png", "src": "/images/screenshots/narrow-timetable.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "720x1480",
"form_factor": "narrow", "form_factor": "narrow",
"label": "Train details and PIS Codes" "label": "Train details and PIS Codes"
}, },
{ {
"src": "/images/screenshots/wide-home.png", "src": "/images/screenshots/wide-home.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "2560x1600",
"form_factor": "wide", "form_factor": "wide",
"label": "Homescreen of OwlBoard" "label": "Homescreen of OwlBoard"
}, },
{ {
"src": "/images/screenshots/wide-ldbs.png", "src": "/images/screenshots/wide-ldbs.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "2560x1600",
"form_factor": "wide", "form_factor": "wide",
"label": "Live rail departure boards" "label": "Live rail departure boards"
}, },
{ {
"src": "/images/screenshots/wide-timetable.png", "src": "/images/screenshots/wide-timetable.png",
"type": "image/png", "type": "image/png",
"sizes": "any", "sizes": "2560x1600",
"form_factor": "wide", "form_factor": "wide",
"label": "Train details and PIS Codes" "label": "Train details and PIS Codes"
} }