{
    "name": "MNT LiveScore",
    "short_name": "MNTLive",
    "description": "Real-time live scores from MNTLabs",
    "start_url": "index.html",
    "display": "standalone",
    "background_color": "#000000",
    "orientation": "portrait",
    "id": "mntlive-livescore",
    "theme_color": "#ff0000",
    "icons": [
        {
            "src": "icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
    {
        "src": "screenshot-index.png",
        "sizes": "1920x982",
        "type": "image/png",
        "form_factor": "wide",
        "label": "MNT LiveScore Landing Page"
    },
    {
        "src": "screenshot-livescore.png",
        "sizes": "1920x982",
        "type": "image/png",
        "form_factor": "wide",
        "label": "MNT LiveScore Live Scores"
    }
]
}