-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplugin.json
More file actions
32 lines (32 loc) · 871 Bytes
/
Copy pathplugin.json
File metadata and controls
32 lines (32 loc) · 871 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
28
29
30
31
32
{
"id": "liveChartSchedule",
"name": "LiveChart Schedule",
"description": "Displays LiveChart anime schedule data pulled from a local browser session.",
"category": "utilities",
"version": "1.1.7",
"author": "JDKamalakar",
"icon": "view_timeline",
"type": "widget",
"component": "./LiveChartWidget.qml",
"settings": "./LiveChartSettings.qml",
"capabilities": [
"dankbar-widget"
],
"repo": "https://github.com/JDKamalakar/DMS-LiveChart.me",
"compositors": [
"any"
],
"distro": [
"any"
],
"dependencies": [
"python3",
"browser_cookie3"
],
"screenshot": "https://raw.githubusercontent.com/JDKamalakar/DMS-LiveChart.me/refs/heads/main/assets/POP-Up_UI.png",
"permissions": [
"settings_read",
"settings_write",
"process"
]
}