forked from arqueon/dms-dankcalendar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
23 lines (23 loc) · 712 Bytes
/
Copy pathplugin.json
File metadata and controls
23 lines (23 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"id": "dankCalendarAgenda",
"name": "Dank Calendar Agenda",
"description": "Next-event countdown for dcal: left click opens a scrollable agenda grouped by day (click an event to open it, + creates one), right click refreshes, middle click opens the calendar",
"version": "1.3.0",
"author": "arqueon",
"icon": "calendar_today",
"type": "widget",
"capabilities": [
"dankbar-widget"
],
"component": "./DankCalendarWidget.qml",
"settings": "./DankCalendarSettings.qml",
"permissions": [
"settings_read",
"settings_write"
],
"screenshot": "https://raw.githubusercontent.com/arqueon/dms-dankcalendar/main/assets/screenshot.png",
"dependencies": [
"dcal",
"jq"
]
}