diff --git a/static/images/shortcuts/cog.png b/static/images/shortcuts/cog.png new file mode 100644 index 0000000..8fe51d0 Binary files /dev/null and b/static/images/shortcuts/cog.png differ diff --git a/static/images/shortcuts/location_ref.png b/static/images/shortcuts/location_ref.png new file mode 100644 index 0000000..8f8d671 Binary files /dev/null and b/static/images/shortcuts/location_ref.png differ diff --git a/static/manifest.json b/static/manifest.json index 216fe7c..6202bdb 100644 --- a/static/manifest.json +++ b/static/manifest.json @@ -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" + } + ] + } ] }