Minimal loadable DMS widget skeleton with plugin.json manifest and TailscaleWidget.qml component. Symlinked, enabled, and loaded cleanly in Dank Material Shell. References #1, #2
11 lines
311 B
JSON
11 lines
311 B
JSON
{
|
|
"id": "tailscalectl",
|
|
"name": "Tailscale",
|
|
"description": "Tailscale status and controls on the Dank Bar",
|
|
"version": "0.1.0",
|
|
"author": "John Morris",
|
|
"icon": "vpn_key",
|
|
"type": "widget",
|
|
"component": "./TailscaleWidget.qml",
|
|
"permissions": ["settings_read", "settings_write", "process"]
|
|
}
|