Files
mars3142_collection/manifest.json
T
2026-04-09 22:45:42 +02:00

81 lines
2.2 KiB
JSON

{
"Version": "1.0.0",
"Author": "mars3142",
"Name": "mars3142 Collection",
"Description": "A collection of plugins by mars3142.",
"Icon": "assets/icons/icon.png",
"Category": "mars3142",
"CategoryIcon": "assets/icons/icon.png",
"CodePath": "plugin/app.html",
"Type": "JavaScript",
"PrivateAPI": true,
"UUID": "dev.mars3142.ulanzideck.collection",
"Actions": [
{
"Name": "Petrol Watch",
"Icon": "assets/icons/petrol.svg",
"PropertyInspectorPath": "property-inspector/petrol/inspector.html",
"States": [
{
"Name": "Default",
"Image": "assets/icons/petrol.svg"
}
],
"Tooltip": "Monitors petrol prices from a configured URL",
"UUID": "dev.mars3142.ulanzideck.collection.petrol"
},
{
"Name": "Copilot Usage",
"Icon": "assets/icons/copilot.png",
"PropertyInspectorPath": "property-inspector/copilot/inspector.html",
"States": [
{
"Name": "Default",
"Image": "assets/icons/copilot.png"
}
],
"Tooltip": "Displays GitHub Copilot usage percentage as a gauge",
"UUID": "dev.mars3142.ulanzideck.collection.copilot"
},
{
"Name": "Gitea Actions",
"Icon": "assets/icons/gitea.png",
"PropertyInspectorPath": "property-inspector/gitea/inspector.html",
"States": [
{
"Name": "Default",
"Image": "assets/icons/gitea.png"
}
],
"Tooltip": "Shows the latest Gitea Actions run status for a repository",
"UUID": "dev.mars3142.ulanzideck.collection.gitea"
},
{
"Name": "Gitea Pull Requests",
"Icon": "assets/icons/gitea.png",
"PropertyInspectorPath": "property-inspector/giteapr/inspector.html",
"States": [
{
"Name": "Default",
"Image": "assets/icons/gitea.png"
}
],
"Tooltip": "Shows open pull requests assigned to you across all repositories",
"UUID": "dev.mars3142.ulanzideck.collection.giteapr"
}
],
"OS": [
{
"Platform": "mac",
"MinimumVersion": "10.11"
},
{
"Platform": "windows",
"MinimumVersion": "10"
}
],
"Software": {
"MinimumVersion": "2.1.18"
}
}