The plugin manifest converter tool helps in converting your local plugin's manifest file (plugin.xml) to the remote plugin's manifest format (plugin.json). The converter tool migrates the configuration of all the supported extensions from XML format to JSON format. This tool supports the latest SDK version of the plugin.xml manifest file for conversion.
In addition to converting the plugin manifest file, the converter tool does the following conversions:
-
Supported global and object related extension points which includes summary tab, configure tab, monitor tab and action menus extensions.
-
The tool also parses the locale.properties files and copies the plugin specific locale properties to the plugin.json manifest file.
-
The tool also parses the plugin's CSS file to create a single sprite image of all the plugin specific icon images.
The plugin specific icon images are of size 32 x 32 px and the tool provides support for migrating icons of type for example, PNG, SVG (version 1.2) and so on.
Note:Support for migrating SVG files of version 1.1 is not provided by the tool.
The tool does not support:
-
HTML Bridge-specific extensions of the plugin.xml manifest file.
-
Property conditions and privilege constraints on the metadata of an extension as it is not supported in the SDK.