-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
20 lines (20 loc) · 755 Bytes
/
plugin.json
File metadata and controls
20 lines (20 loc) · 755 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "markets",
"name": "Markets",
"capabilities": ["dankbar-widget"],
"category": "finance",
"repo": "https://github.com/TMS-Namespace/DMS-Markets-Plugin",
"description": "Near-live market prices for currencies, stocks, and commodities with charts",
"version": "1.0.0",
"author": "TMS-Namespace",
"icon": "show_chart",
"type": "widget",
"component": "./QML/Widget.qml",
"settings": "./QML/Settings.qml",
"permissions": ["settings_read", "settings_write", "process", "network"],
"requires_dms": ">=1.2.0",
"distro": ["fedora"],
"compositors": ["niri"],
"dependencies": ["curl"],
"screenshot": "https://github.com/TMS-Namespace/DMS-Markets-Plugin/blob/main/Images/Dark-Popup.png"
}