Config
The config.json file is generated based on the data from the package.json file.
Example
const config = {
author: "ONLYOFFICE",
cspDomains: [
"https://embed.diagrams.net/",
"https://*.diagrams.net/",
],
description: "plugin description",
homePage: "https://example.com/url-to-plugin-repository",
image: "logo.png",
license: "MIT",
name: "plugin name",
pluginName: "plugin name",
scopes: "ContextMenu,InfoPanel,MainButton",
version: "1.0.0",
}