-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathplugin.json
More file actions
27 lines (27 loc) · 750 Bytes
/
Copy pathplugin.json
File metadata and controls
27 lines (27 loc) · 750 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
26
27
{
"$schema": "https://github.com/AvengeMedia/DankMaterialShell/raw/refs/heads/master/PLUGINS/plugin-schema.json",
"id": "quickCapture",
"name": "Quick Capture",
"description": "A screenshot annotation tool",
"version": "4.2.0",
"author": "Loc Huynh",
"icon": "screenshot_region",
"type": "composite",
"capabilities": [
"daemon",
"control-center",
"dankbar-widget"
],
"components": {
"daemon": "./QuickCaptureDaemon.qml",
"widget": "./QuickCaptureWidget.qml"
},
"settings": "./QuickCaptureSettings.qml",
"requires_dms": ">=1.5.2",
"requires": [],
"permissions": [
"settings_read",
"settings_write",
"shell_execute"
]
}