Package the portable DSH profiles, local plugins, desktop integration, Firefox wrapper, and ownership-aware installer lifecycle. Bundle checksum-pinned OpenVSCode, editor extensions, translation assets, and cloudflared so unreliable upstream artifact downloads cannot break a clean installation.
9 lines
491 B
YAML
9 lines
491 B
YAML
# dsh-open-in-smerge bundle patch: inserts the dual-face plugin row into the
|
|
# profile roster. Applied as a profile bundle layer (the `dsh.bundle.patch`
|
|
# manifest field) over dsh-base. The row is a bare plugin by package name:
|
|
# the node half (exports ".") runs in the host process (the /smerge/open
|
|
# route), and the dsh.client declaration in package.json makes the browser
|
|
# half (exports "./client") load in the web GUI.
|
|
- insert:
|
|
- id: open-in-smerge
|
|
name: dsh-open-in-smerge
|