From a0a89c9a1c91595f68294bb86477f22588ef72cb Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 May 2026 14:35:03 -0400 Subject: [PATCH] webextension: change name to match --- justfile | 2 +- webextension/manifest.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/justfile b/justfile index 69b1c76..b7e0f3d 100644 --- a/justfile +++ b/justfile @@ -80,7 +80,7 @@ bundle-extension: build-extension outfile="${root}/switchyard-webextension.zip" rm -f "${outfile}" cd "${extdir}" && zip -r "${outfile}" . \ - -x '.git*' 'node_modules/*' 'src/*' \ + -x '.git*' 'node_modules/*' 'src/*' 'web-ext-artifacts/*' \ -x 'package.json' 'package-lock.json' 'tsconfig.json' 'esbuild.config.mjs' echo "Extension bundled: switchyard-webextension.zip" diff --git a/webextension/manifest.json b/webextension/manifest.json index 1bb2198..694ec86 100644 --- a/webextension/manifest.json +++ b/webextension/manifest.json @@ -1,6 +1,6 @@ { "manifest_version": 3, - "name": "Open in Switchyard", + "name": "Switchyard", "description": "Open the current page in Switchyard for browser selection", "version": "0.14.0", "homepage_url": "https://github.com/alyraffauf/Switchyard", -- 2.51.2