diff options
Diffstat (limited to '.config/noctalia/plugins/timer/manifest.json')
| -rw-r--r-- | .config/noctalia/plugins/timer/manifest.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/.config/noctalia/plugins/timer/manifest.json b/.config/noctalia/plugins/timer/manifest.json new file mode 100644 index 0000000..766392a --- /dev/null +++ b/.config/noctalia/plugins/timer/manifest.json @@ -0,0 +1,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" + } + } +}
\ No newline at end of file |