# dsh-desktop-launcher bundle patch: inserts the dual-face plugin row into
# the web profile roster. Applied as a profile bundle layer (the
# `dsh.bundle.patch` manifest field); install with
# `dsh plugin --profile web add link:<repo>/packages/dsh-desktop-launcher`.
#
# The row is a bare plugin by package name: the node half (exports ".") runs
# in the host process (the /api/dsh-desktop-launcher/create and
# /api/dsh-desktop-launcher/shutdown routes), and the `dsh.client` declaration
# in package.json makes the browser half (exports "./client") load in the web
# GUI with the settings card and the floating shutdown button.
- insert:
    - id: desktop-launcher
      name: '@linxin666/dsh-desktop-launcher'
