{
    "name": "Teletio",
    "short_name": "Teletio",
    "icons": [
        {
            "src": "./assets/static/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "./assets/static/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "src": "./assets/static/images/android-chrome-192x192.maskable.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "purpose": "maskable",
            "src": "./assets/static/images/android-chrome-512x512.maskable.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "theme_color": "#379",
    "background_color": "#424242",
    "scope": "/app/",
    "start_url": "./",
    "display": "standalone",
    "orientation": "portrait",
    "description": "Teletio Patient Reported Outcomes (PRO) allows patients to report momentary pain and discomfort levels. This app conforms to and even exceeds EU and US HIPAA privacy standards.",
    "screenshots": [
        {
            "src": "./assets/static/images/screenshot.png",
            "sizes": "1080x2220",
            "type": "image/png"
        }
    ]
}
