{
    "provider": "onlyoffice",
    "name" : "ONLYOFFICE",
    "check" : {
        "url":"/api/2.0/capabilities.json"
    },
    "editorPage" : "/products/files/doceditor",
    "startPage": "/Products/Files/",
    "cryptoSupport" : "true",
    "icons": {
        "themeLight":{
            "connectionsList": "./assets/listicon.svg",
            "buttonLogo": "./assets/buttonlogo.svg"
        },
        "themeDark": {
            "connectionsList": "./assets/listicon_dark.svg",
            "buttonLogo": "./assets/buttonlogo_dark.svg"
        }
    }
}