first plugins for Ulanzi D200H

- petrol watch
- copilot usage

Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
2026-04-09 20:42:31 +02:00
commit fbf40f75b2
32 changed files with 2678 additions and 0 deletions
+59
View File
@@ -0,0 +1,59 @@
{
"Version": "1.0.0",
"Author": "mars3142",
"Name": "mars3142 Collection",
"Description": "A collection of plugins by mars3142.",
"Icon": "assets/icons/icon.svg",
"Category": "mars3142",
"CategoryIcon": "assets/icons/icon.svg",
"CodePath": "plugin/app.html",
"Type": "JavaScript",
"SupportedInMultiActions": false,
"PrivateAPI": true,
"UUID": "dev.mars3142.ulanzideck.collection",
"Actions": [
{
"Name": "Petrol Watch",
"Icon": "assets/icons/petrol.svg",
"PropertyInspectorPath": "property-inspector/petrol/inspector.html",
"state": 0,
"States": [
{
"Name": "Default",
"Image": "assets/icons/petrol.svg"
}
],
"Tooltip": "Monitors petrol prices from a configured URL",
"UUID": "dev.mars3142.ulanzideck.collection.petrol",
"SupportedInMultiActions": false
},
{
"Name": "Copilot Usage",
"Icon": "assets/icons/copilot.png",
"PropertyInspectorPath": "property-inspector/copilot/inspector.html",
"state": 0,
"States": [
{
"Name": "Default",
"Image": "assets/icons/copilot.png"
}
],
"Tooltip": "Displays GitHub Copilot usage percentage as a gauge",
"UUID": "dev.mars3142.ulanzideck.collection.copilot",
"SupportedInMultiActions": false
}
],
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "2.1.18"
}
}