first plugins for Ulanzi D200H
- petrol watch - copilot usage Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user