{
    "name": "myETTvision",
    "short_name": "myETTvision",
    "start_url": "./",
    "display": "standalone",
    "background_color": "#ffffff",
    "theme_color": "#594AE2",
    "prefer_related_applications": false,
    "description": "Application de monitoring d'équipements industriels",
    "orientation": "any",
    "icons": [
        {
            "src": "icon-192.png",
            "type": "image/png",
            "sizes": "192x192",
            "purpose": "any"
        },
        {
            "src": "icon-512.png",
            "type": "image/png",
            "sizes": "512x512",
            "purpose": "any"
        }
    ],
    "screenshots": [
        {
            "src": "screenshot-desktop.png",
            "type": "image/png",
            "sizes": "1280x720",
            "form_factor": "wide"
        },
        {
            "src": "screenshot-mobile.png",
            "type": "image/png",
            "sizes": "750x1334"
        }
    ]
}