{
    "name": "Inblox",
    "short_name": "Inblox",
    "description": "Inblox Chat System is a chat system that allows users to chat with each other in real time.",
    "start_url": "/",
    "display": "standalone",
    "background_color": "#F24822",
    "theme_color": "#F24822",
    "orientation": "portrait",
    "icons": [
        {
            "src": "/icon-192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/icon-512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/screenshot1.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/screenshot2.png",
            "sizes": "1280x720",
            "type": "image/png",
            "form_factor": "wide"
        }
    ]
}