- plugin.json: added capabilities + requires; bumped to 0.2.0 - README: corrected "auto-refresh" claim (now documents the intentional on-demand + defensive poll-act-poll); added Implementation notes section covering Proc + I18n + best practices - test/lib.test.js: updated the manual verification comment (now references Proc + preserved behavior) - Minor version references in README example + caption - All changes keep exact toggle semantics and follow repo style Written by AI agent working for @jtmorris. Model: grok-build-0.1.
14 lines
365 B
JSON
14 lines
365 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",
|
|
"capabilities": ["dankbar-widget"],
|
|
"component": "./TailscaleWidget.qml",
|
|
"permissions": ["process"],
|
|
"requires": ["tailscale"],
|
|
"version": "0.2.0"
|
|
}
|