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
28
29
30
31
32
33
|
{
"id": "timer",
"name": "Timer",
"version": "1.1.2",
"minNoctaliaVersion": "4.4.4",
"author": "Noctalia Team",
"official": true,
"license": "MIT",
"repository": "https://github.com/noctalia-dev/noctalia-plugins",
"description": "A timer and stopwatch plugin for the bar & control center.",
"tags": [
"Bar",
"Utility"
],
"entryPoints": {
"main": "Main.qml",
"barWidget": "BarWidget.qml",
"panel": "Panel.qml",
"controlCenterWidget": "ControlCenterWidget.qml",
"settings": "Settings.qml"
},
"dependencies": {
"plugins": []
},
"metadata": {
"defaultSettings": {
"defaultDuration": 0,
"compactMode": false,
"iconColor": "none",
"textColor": "none"
}
}
}
|