owlboard-svelte/static/manifest.json

78 lines
2.0 KiB
JSON
Raw Normal View History

2023-06-21 14:56:12 +01:00
{
2023-07-07 11:27:28 +01:00
"name": "OwlBoard",
"short_name": "OwlBoard",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#404c55",
2023-10-16 11:59:14 +01:00
"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.",
2023-07-07 11:27:28 +01:00
"categories": "travel,utilities",
"lang": "en",
"orientation": "portrait",
"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"
}
2023-10-16 11:59:14 +01:00
],
"screenshots": [
{
"src": "/images/screenshots/narrow-home.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "720x1480",
2023-10-16 11:59:14 +01:00
"form_factor": "narrow",
"label": "Homescreen of OwlBoard"
},
{
"src": "/images/screenshots/narrow-ldbs.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "720x1480",
2023-10-16 11:59:14 +01:00
"form_factor": "narrow",
"label": "Live rail departure boards"
},
{
"src": "/images/screenshots/narrow-timetable.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "720x1480",
2023-10-16 11:59:14 +01:00
"form_factor": "narrow",
"label": "Train details and PIS Codes"
},
{
"src": "/images/screenshots/wide-home.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "2560x1600",
2023-10-16 11:59:14 +01:00
"form_factor": "wide",
"label": "Homescreen of OwlBoard"
},
{
"src": "/images/screenshots/wide-ldbs.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "2560x1600",
2023-10-16 11:59:14 +01:00
"form_factor": "wide",
"label": "Live rail departure boards"
},
{
"src": "/images/screenshots/wide-timetable.png",
"type": "image/png",
2023-10-16 12:16:52 +01:00
"sizes": "2560x1600",
2023-10-16 11:59:14 +01:00
"form_factor": "wide",
"label": "Train details and PIS Codes"
}
2023-07-07 11:27:28 +01:00
]
}