pluginname_appinfo.json
Overview
Plug-ins require an additional configuration file called pluginname_appinfo.json
, where pluginname
is the name of the plug-in. So, taking the shapespin plug-in sample as an example, the name of the file would be shapespin_plugin_appinfo.json
.
Fields
Property | Required | Description | Example |
---|---|---|---|
requiredMemory | Yes | The maximum plug-in memory usage in megabytes. | 20 |
type | Yes | Identifies the type of application. For a plug-in, set to "hybrid". | "hybrid" |
Example
{ "type": "hybrid", "requiredMemory": 20 }