This repository has been archived on 2023-08-24. You can view files and clone it, but cannot push or open issues or pull requests.
athena.fb-infra.uk/manifest.json
Fred Boniface 6fd580e3f9 issue-fix (#32)
Closes issues #22 & #26.

Improves #23 but does not close it yet.

Co-authored-by: fred.boniface <fred@fjla.uk>
Reviewed-on: #32
2022-09-23 10:03:54 +00:00

37 lines
941 B
JSON

{
"name": "Athena",
"short_name": "Athena",
"start_url": "/",
"scope": "/",
"display": "standalone",
"background_color": "#7fa7e6",
"description": "Quick links for live train departure boards - aimed at train-crew.",
"dir": "ltr",
"categories": "travel,utilities",
"lang": "en",
"orientation": "portrait",
"theme_color": "#3c78d8",
"icons": [
{
"src": "/assets/icons/icon-1500.png",
"sizes": "1500x1500",
"type": "image/png"
},
{
"src": "/assets/icons/icon-512.png",
"sizes": "512x512",
"type": "image/png"
},
{
"src": "/assets/icons/icon-256.png",
"sizes": "256x256",
"type": "image/png"
},
{
"src": "/assets/icons/icon-128.png",
"sizes": "128x128",
"type": "image/png"
}
]
}