list_apps
Discover installed Electron apps on a device. Returns app id, name, and executable path for use with launch actions.
Instructions
List installed Electron apps discovered on a target (local machine by default). Returns app id, name and executable path. Use the app id with launch_app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| refresh | No | Bypass the 60s discovery cache and rescan. | |
| targetId | No | Target id (e.g. local-darwin). Omit to list all targets. |