Draft
Add Firefox extension, Mattermost plugin, downloads page, and CI release workflow#2
Conversation
… 4523, and CI workflow Co-authored-by: voxsar <11452046+voxsar@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add Firefox version of the addon and check compatibility
Add Firefox extension, Mattermost plugin, downloads page, and CI release workflow
Mar 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Extends TrustVault with a Firefox-compatible addon, a Mattermost right-sidebar plugin, a downloads page on the site, and a GitHub Actions workflow that auto-packages all addons on tagged releases. Also shifts the Docker server host port from 5000 → 4523.
Docker
docker-compose.yml: server host port5000:5000→4523:5000;CLIENT_URLmade env-overridableChrome/Firefox Extensions
localhost:5000refs updated tolocalhost:4523(App.jsx,background.js,manifest.json)extension/public/manifest.firefox.json— MV2 manifest withbrowser_action,background.scripts, andbrowser_specific_settings.gecko(IDtrustvault@trustvault.app, min Firefox 109)vite.config.jsupdated to support--mode firefox, writing output todist-firefox/and overwritingmanifest.jsonviacloseBundlehookbuild:firefoxandbuild:allscripts inextension/package.jsonMattermost Plugin (
mattermost-plugin/)Webapp-only plugin (no server component) that registers a lock icon in the channel header; clicking it opens the RHS panel.
The sidebar stores
tokenandapiUrlinlocalStorage; server URL is user-configurable via a settings panel (defaults tohttp://localhost:4523).Downloads Page
client/src/pages/DownloadsPage.jsx— three addon cards (Chrome, Firefox, Mattermost) each with a download button linking to GitHub Releases, compat badges, and collapsible step-by-step install instructions/downloadsadded inside the protectedLayout; "Downloads" nav item added to the sidebarCI —
.github/workflows/build-extensions.ymlTriggers on
v*tags; four jobs:build-chrometrustvault-chrome-<tag>.zipbuild-firefoxtrustvault-firefox-<tag>.zipbuild-mattermosttrustvault-mattermost-<tag>.tar.gzreleaseAll checkouts use
fetch-depth: 0to ensure tag metadata is available.💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.