owlboard-svelte/static/manifest.json

189 lines
5.9 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "OwlBoard",
"short_name": "OwlBoard",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#404c55",
"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": "any",
"theme_color": "#00b7b7",
"icons": [
{
"src": "/images/app-icons/maskable/mask-icon.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "maskable"
},
{
"src": "/images/app-icons/any/plain-logo.svg",
"sizes": "any",
"type": "image/svg+xml",
"purpose": "any"
},
{
"src": "/images/app-icons/any/plain-logo-512.png",
"sizes": "512x512",
"type": "image/png",
"purpose": "any"
}
],
"screenshots": [
{
"src": "/images/screenshots/mobile/home.png",
"type": "image/png",
"sizes": "270x600",
"form_factor": "narrow",
"label": "Home"
},
{
"src": "/images/screenshots/mobile/cis.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Live departure boards"
},
{
"src": "/images/screenshots/mobile/timetable-detail.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Train details and PIS Codes"
},
{
"src": "/images/screenshots/mobile/pis-search.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "PIS Codes"
},
{
"src": "/images/screenshots/mobile/cis-train-detail.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Departure board detail"
},
{
"src": "/images/screenshots/mobile/cis-alert.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Service disruption messages"
},
{
"src": "/images/screenshots/mobile/settings.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Customise your settings"
},
{
"src": "/images/screenshots/mobile/location-code.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "CRS, TIPLOC, STANOX & NLC Lookup"
},
{
"src": "/images/screenshots/mobile/reason-code.png",
"type": "image/png",
"sizes": "270x800",
"form_factor": "narrow",
"label": "Delay/Cancellation reason code lookup"
},
{
"src": "/images/screenshots/wide/home.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Home"
},
{
"src": "/images/screenshots/wide/cis.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Live departure boards"
},
{
"src": "/images/screenshots/wide/timetable-detail.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Timetable & PIS"
},
{
"src": "/images/screenshots/wide/pis.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "PIS Lookup"
},
{
"src": "/images/screenshots/wide/cis-train-detail.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Live train details"
},
{
"src": "/images/screenshots/wide/cis-alerts.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Live service updates"
},
{
"src": "/images/screenshots/wide/settings.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Customise your settings"
},
{
"src": "/images/screenshots/wide/location-code.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "CRS, TIPLOC, STANOX & NLC Lookup"
},
{
"src": "/images/screenshots/wide/reason-code.png",
"type": "image/png",
"sizes": "1080x1369",
"form_factor": "wide",
"label": "Delay/Cancellation reason code lookup"
}
],
"shortcuts": [
{
"name": "Location Reference",
"short_name": "Loc Reference",
"description": "Lookup location reference data about the UK Rail network",
"url": "/more/corpus",
"icons": [
{
"src": "/images/shortcuts/location_ref.png",
"sizes": "96x96",
"type": "image/png"
}
]
},
{
"name": "Settings",
"description": "Your OwlBoard settings",
"url": "/more/settings",
"icons": [
{
"src": "/images/shortcuts/cog.png",
"sizes": "96x96",
"type": "image/png"
}
]
}
]
}