- TailscaleWidget.qml: remove propagateComposedEvents from right-click MouseArea - plugin.json: clean up author string
11 lines
276 B
JSON
11 lines
276 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": ["process"]
|
|
}
|