electron_configure_deep_linking
Generate complete deep linking setup for Electron apps, including protocol registration, URL handling, and platform-specific configuration for macOS, Windows, and Linux.
Instructions
Generate complete custom protocol / deep linking setup for Electron. Produces protocol registration, URL handling in both single-instance and multi-instance modes, platform-specific configuration (macOS Info.plist, Windows registry, Linux .desktop), and electron-builder/forge config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| protocol | Yes | Custom protocol scheme, e.g. 'myapp' (will handle myapp:// URLs) | |
| singleInstance | No | Enforce single instance -- new URLs focus the existing window (default true) | |
| routes | No | Routes to handle within the protocol |