@@ -12,13 +12,13 @@ name: HapticWeb
1212displayName : Haptic Web Plugin
1313
1414# Short description of the plugin.
15- description : Add a short description of the plugin here .
15+ description : Exposes MX Master 4 haptic feedback via a local HTTPS server and WebSocket API for web applications .
1616
1717# Name of the plugin library file.
1818pluginFileName : HapticWebPlugin.dll
1919
2020# Plugin version.
21- version : 1.1
21+ version : 1.2
2222
2323# Author of the plugin. The author can be a company or an individual developer.
2424author : Jasper M-W
@@ -38,21 +38,11 @@ pluginFolderWin: bin
3838# This parameter is required to support Mac.
3939pluginFolderMac : bin
4040
41- # List of devices the plugin is optimized for.
41+ # This is not correct, but the docs don't have a category for the MX mice
4242supportedDevices :
4343 # LoupedeckCtFamily covers the following devices: Loupedeck CT, Live and Live S,
44- # Razer Stream Controller, and Razer Stream Controller X.
4544 - LoupedeckCtFamily
4645
47- # Logitech MX Master 4 and other MX Master mice.
48- - LogiMasterFamily
49-
50- # Logitech MX Creative Console.
51- - LogiCreativeConsoleFamily
52-
53- # LoupedeckPlusFamily covers Loupedeck+ device. Uncomment the following line to support Loupedeck+.
54- - LoupedeckPlusFamily
55-
5646# List of plugin capabilities.
5747pluginCapabilities :
5848 # Uncomment the following line if this plugin is an application plugin.
@@ -74,7 +64,7 @@ minimumLoupedeckVersion: 6.2
7464license : MIT
7565
7666# URL of the plugin license.
77- licenseUrl : https://opensource.org/licenses/MIT
67+ licenseUrl : https://github.com/Fallstop/HapticWebPlugin/blob/main/LICENSE.md
7868# URL of the support page where the users can send improvement suggestions and report bugs.
7969# The URL is shown in Loupedeck Marketplace. The page can be for example a GitHub issues page.
8070# NOTE: This setting is recommended when publishing the plugin in Loupedeck Marketplace.
0 commit comments