{
    "launch_handler": {
        "client_mode": ["focus-existing", "auto"]
    },
    "short_name": "HUB",
    "name": "Insight HUB - Mobile Interface",
    "start_url": "/",
    "display": "fullscreen",
    "orientation": "any",
    "background_color": "black",
    "description": "The main interactive interface to AirStrip Insight.",
    "theme_color": "#303030",
    "id": "/",
    "icons": [
        {
            "src": "/static/base/img/icon_144-outlined.png",
            "sizes": "144x144",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
         "src": "/static/base/img/hub-shot-1.png",
          "sizes": "622x938",
          "type": "image/png",
          "form_factor": "narrow",
          "label": "Insight Mobile Interface"
        }
    ]
}