Rules-based browser launcher for TUI + GNOME. switchyard.aly.codes
tui gome bowser go
0

Configure Feed

Select the types of activity you want to include in your feed.

webextension: change name to match

authored by

Aly Raffauf and committed by
Aly Raffauf
(May 24, 2026, 6:44 PM EDT) a0a89c9a ed389977

+2 -2
+1 -1
justfile
··· 80 80 outfile="${root}/switchyard-webextension.zip" 81 81 rm -f "${outfile}" 82 82 cd "${extdir}" && zip -r "${outfile}" . \ 83 - -x '.git*' 'node_modules/*' 'src/*' \ 83 + -x '.git*' 'node_modules/*' 'src/*' 'web-ext-artifacts/*' \ 84 84 -x 'package.json' 'package-lock.json' 'tsconfig.json' 'esbuild.config.mjs' 85 85 echo "Extension bundled: switchyard-webextension.zip" 86 86
+1 -1
webextension/manifest.json
··· 1 1 { 2 2 "manifest_version": 3, 3 - "name": "Open in Switchyard", 3 + "name": "Switchyard", 4 4 "description": "Open the current page in Switchyard for browser selection", 5 5 "version": "0.14.0", 6 6 "homepage_url": "https://github.com/alyraffauf/Switchyard",