Add PWA Shortcuts and associated icons
This commit is contained in:
parent
bb3ae45a37
commit
4a2e4fd2aa
BIN
static/images/shortcuts/cog.png
Normal file
BIN
static/images/shortcuts/cog.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.9 KiB |
BIN
static/images/shortcuts/location_ref.png
Normal file
BIN
static/images/shortcuts/location_ref.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.3 KiB |
@ -73,5 +73,32 @@
|
||||
"form_factor": "wide",
|
||||
"label": "Train details and PIS Codes"
|
||||
}
|
||||
],
|
||||
"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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user