{
    "name": "OQENS",
    "short_name": "OQENS",
    "version": "2.5.0",
    "start_url": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#ffffff",
    "theme_color": "#2563eb",
    "description": "OQENS — The social network for developers. Share code, join challenges, and grow together.",
    "categories": ["social", "developer-tools", "productivity"],
    "permissions": [
        "notifications",
        "camera",
        "microphone"
    ],
    "icons": [
        {
            "src": "/applogo.png",
            "sizes": "192x192",
            "type": "image/png"
        },
        {
            "src": "/applogo.png",
            "sizes": "512x512",
            "type": "image/png",
            "purpose": "any maskable"
        }
    ]
}