-
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) · 951 Bytes
/
Copy pathplugin.json
File metadata and controls
20 lines (20 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"id": "dankscale",
"name": "Dankscale",
"description": "Manage your Tailscale network: connect/disconnect, switch accounts, copy device IPs, pick exit nodes, manage routes, control DNS, and send/receive files with Taildrop",
"version": "0.3.0",
"author": "dwright",
"icon": "apps",
"screenshot": "https://raw.githubusercontent.com/dwright134/dms-dankscale/main/docs/screenshot.png",
"screenshots": [
"https://raw.githubusercontent.com/dwright134/dms-dankscale/main/docs/screenshot.png",
"https://raw.githubusercontent.com/dwright134/dms-dankscale/main/docs/manager.png"
],
"type": "widget",
"capabilities": ["dankbar-widget", "control-center", "vpn", "network", "file-transfer"],
"component": "./Tailscale.qml",
"settings": "./TailscaleSettings.qml",
"requires_dms": ">=1.4.0",
"requires": ["tailscale"],
"permissions": ["settings_read", "settings_write", "process"]
}