{
    "name": "Gabriel",
    "short_name": "Gabriel",
    "id": "/",
    "start_url": "/login",
    "scope": "/",
    "display": "standalone",
    "display_override": [
        "standalone",
        "minimal-ui"
    ],
    "background_color": "#0d6efd",
    "theme_color": "#0d6efd",
    "description": "Gabriel application",
    "orientation": "portrait",
    "categories": [
        "productivity",
        "utilities"
    ],
    "prefer_related_applications": false,
    "icons": [
        {
            "src": "/images/android-chrome-192x192.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/images/android-chrome-512x512.png",
            "sizes": "512x512",
            "type": "image/png"
        }
    ],
    "screenshots": [
        {
            "src": "/images/screenshot-desktop.png",
            "sizes": "1280x800",
            "type": "image/png",
            "form_factor": "wide"
        },
        {
            "src": "/images/screenshot-mobile.png",
            "sizes": "750x1334",
            "type": "image/png",
            "form_factor": "narrow"
        }
    ]
}
