Add screenshots to PWA Manifest
This commit is contained in:
parent
b02e015496
commit
45b64ef4ea
BIN
static/images/screenshots/narrow-home.png
Normal file
BIN
static/images/screenshots/narrow-home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 283 KiB |
BIN
static/images/screenshots/narrow-ldbs.png
Normal file
BIN
static/images/screenshots/narrow-ldbs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 489 KiB |
BIN
static/images/screenshots/narrow-timetable.png
Normal file
BIN
static/images/screenshots/narrow-timetable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 223 KiB |
BIN
static/images/screenshots/wide-home.png
Normal file
BIN
static/images/screenshots/wide-home.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 848 KiB |
BIN
static/images/screenshots/wide-ldbs.png
Normal file
BIN
static/images/screenshots/wide-ldbs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
BIN
static/images/screenshots/wide-timetable.png
Normal file
BIN
static/images/screenshots/wide-timetable.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 819 KiB |
@ -5,7 +5,7 @@
|
||||
"scope": "/",
|
||||
"display": "standalone",
|
||||
"background_color": "#404c55",
|
||||
"description": "Live station departures, PIS Code Lookup, Reference Data, Timetable search, with enhanced data for staff.",
|
||||
"description": "Get instant access to live train data, PIS codes, and location reference codes. Built by railway staff, for railway staff – your fastest route to accurate information.",
|
||||
"categories": "travel,utilities",
|
||||
"lang": "en",
|
||||
"orientation": "portrait",
|
||||
@ -29,5 +29,43 @@
|
||||
"type": "image/png",
|
||||
"purpose": "any"
|
||||
}
|
||||
],
|
||||
"screenshots": [
|
||||
{
|
||||
"src": "/images/screenshots/narrow-home.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "narrow",
|
||||
"label": "Homescreen of OwlBoard"
|
||||
},
|
||||
{
|
||||
"src": "/images/screenshots/narrow-ldbs.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "narrow",
|
||||
"label": "Live rail departure boards"
|
||||
},
|
||||
{
|
||||
"src": "/images/screenshots/narrow-timetable.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "narrow",
|
||||
"label": "Train details and PIS Codes"
|
||||
},
|
||||
{
|
||||
"src": "/images/screenshots/wide-home.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "Homescreen of OwlBoard"
|
||||
},
|
||||
{
|
||||
"src": "/images/screenshots/wide-ldbs.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "Live rail departure boards"
|
||||
},
|
||||
{
|
||||
"src": "/images/screenshots/wide-timetable.png",
|
||||
"type": "image/png",
|
||||
"form_factor": "wide",
|
||||
"label": "Train details and PIS Codes"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user