Distributing the plugin
Overview
Plugins can be distributed via the Logitech Marketplace and Loupedeck Marketplace to all other users.
Submitting a plugin to the Marketplace:
- Please ensure you have tested the plugin properly with the supported hardware and software.
- Ensure that your plugin complies with the Marketplace Approval Guidelines.
- Ensure that the plugin icon is in the metadata/ -subfolder under the plugin folder.
- Pack the plugin to the .lplug4 file. The instructions can be found below.
- Deliver the plugin using the submission form at https://marketplace.logitech.com/contribute.
Packaging plugin to a .lplug4 file
A .lplug4 file is essentially a zip file with a specific format and a yaml-configuration file. The file format is registered with Logi Plugin Service and can be installed by double-clicking the file.
To create a plugin package, use the Logi Plugin Tool with the pack command:
To validate a package use Logi Plugin Tool with the verify command:
.lplug4 packaging information:
- Please check that the metadata file matches the claimed operating system support.
- Logi Plugin Service includes a package installer that does all the needed work to install the plugin to the Service Plugin directory and run all needed installation methods.
- Recommended name for the .lplug4 package: pluginName_version.lplug4 example: SpotifyPremium_1_0.lplug4.
- .lplug4 package must contain in the metadata folder a loupedeckPackage.yaml file with plugin manifest in YAML format (see loupedeckPackage.yaml structure).