{
    "name": "meethub",
    "short_name": "meethub",
    "description": "Видеовстречи meethub — быстро, чисто, без установки.",
    "start_url": "/",
    "scope": "/",
    "display": "standalone",
    "orientation": "portrait",
    "background_color": "#07070B",
    "theme_color": "#07070B",
    "lang": "ru",
    "dir": "ltr",
    "categories": ["social", "communication", "productivity"],
    "icons": [
        { "src": "/icons/logo-192.png", "sizes": "192x192", "type": "image/png", "purpose": "any" },
        { "src": "/icons/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "any" },
        { "src": "/icons/logo-512.png", "sizes": "512x512", "type": "image/png", "purpose": "maskable" }
    ],
    "permissions_policy": {
        "camera": ["self"],
        "microphone": ["self"],
        "display-capture": ["self"],
        "geolocation": ["self"]
    }
}
