Replace status-Addrs public IP with user-triggered curl probes (api.ipify.org, icanhazip.com). Shown as "tap to check" until fetched; cleared on disconnect or exit-node change. Direct argv, fallback chain, busy-mutex shared with other actions. v0.2.3 Written by AI agent working for @jtmorris. Model: Grok 4.5.
13 lines
343 B
JSON
13 lines
343 B
JSON
{
|
|
"id": "tailscalectl",
|
|
"name": "Tailscale",
|
|
"description": "Tailscale status and controls on the Dank Bar",
|
|
"author": "John Morris",
|
|
"icon": "vpn_key",
|
|
"type": "widget",
|
|
"capabilities": ["dankbar-widget"],
|
|
"component": "./TailscaleWidget.qml",
|
|
"permissions": ["process"],
|
|
"requires": ["tailscale"],
|
|
"version": "0.2.3"
|
|
}
|