{
"name": "GWX Scanner App",
"short_name": "GWX Scanner",
"start_url": "/",
"display": "standalone",
"description": "GWX mobile app for updating status of a particular shipment",
"lang": "en",
"dir": "auto",
"theme_color": "#000000",
"background_color": "#000000",
"orientation": "any",
"icons": [
    {
        "src": "/icons/eg-512.png",
        "sizes": "512x512",
        "type": "image/png",
        "purpose": "maskable"
    },
    {
        "src": "/icons/192-egg.png",
        "sizes": "192x192",
        "type": "image/png",
        "purpose": "any"
    }
],
"screenshots": [
    {
        "src": "/icons/screen.png",
        "sizes": "2880x1800",
        "type": "image/png",
        "description": "A screenshot of the home screen"
    }
],
"related_applications": [
    {
        "platform":"chrome_web_store",
        "url": "https://mygwx.gwx.ng"
    }
],
"prefer_related_applications": false

}