{
    "name": "Remote Management System",
    "short_name": "RMS",
    "description": "Designed to conveniently monitor and manage all of your networking devices",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F8F8F8",
    "lang": "en",
    "scope": "/",
    "theme_color": "#0054a6",
    "icons": [
        {
            "src": "/assets-static/img/icons/192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/assets-static/img/icons/512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/assets-static/img/screenshots/add device form.png",
            "sizes": "1024x768",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Add device form"
        },
        {
            "src": "/assets-static/img/screenshots/device information.png",
            "sizes": "1024x768",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Device information page"
        },
        {
            "src": "/assets-static/img/screenshots/wifi chart.png",
            "sizes": "1024x768",
            "type": "image/png",
            "form_factor": "wide",
            "label": "Device Wi-Fi metrics chart"
        }
    ]
}