-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathplugin.json
More file actions
25 lines (25 loc) · 566 Bytes
/
Copy pathplugin.json
File metadata and controls
25 lines (25 loc) · 566 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"id": "aiOverviewControl",
"name": "AiOverviewControl",
"description": "Plugin-managed AI quota, billing, authentication, and local usage telemetry for DankMaterialShell",
"version": "1.6.0",
"author": "bernardopg",
"icon": "monitoring",
"type": "widget",
"capabilities": [
"dankbar-widget",
"process"
],
"component": "./AiOverviewControlWidget.qml",
"settings": "./AiOverviewControlSettings.qml",
"requires": [
"bash",
"jq",
"curl"
],
"permissions": [
"process",
"settings_read",
"settings_write"
]
}