General Plugin Setup in the Manifest
Manifest.json Structure and Properties
{
"PluginName": "[PluginName]",
"PluginType": "[PluginType]"
"PluginDescription": "[PluginDescription]",
"Scripts": [
"PLUGINLOCATION/[script1].js",
"PLUGINLOCATION/[script2].js",
...
"PLUGINLOCATION/[scriptn].js"
]
} 

Last updated