Beta Optional platformsList of platform types this package is compatible with.
If specified, the package will only be loaded on the listed platforms. Omitting this field means the package is compatible with all platforms.
Platform types:
LimeCRMWebClient - Standard web browser clientLimeCRMDesktopClient - Desktop application clientLimeCRMWebAdminClient - Administrative web interface// Web-only package
{
"lime": {
"platforms": ["LimeCRMWebClient", "LimeCRMWebAdminClient"]
}
}
Metadata describing a package or addon using Lime Web Components.
This metadata is defined in the package's
package.jsonfile under thelimefield. The system reads this metadata before installing a package to ensure compatibility between the package and the target Lime CRM client environment.Packages should declare which platforms they support to prevent installation in incompatible environments.
Example