mirror of
https://gitlab.com/ceda_ei/google-meet-captions-regex
synced 2025-10-29 16:10:06 +01:00
05d4d14c3c28c13f10ec3590f37d4047eb288ae2
Google Meet Captions Regex
Send a notification when a caption in Google Meet matches a certain regex.
Building
cd popupyarn installyarn build
This will build the react app for popup.
cd ..FILENAME="$(basename "$PWD")-$(jq -r .version manifest.json).zip"zip -r "web-ext-artifacts/$FILENAME" LICENSE gmcr.js manifest.json popup/build/ icons/
Building source zip (for review process)
zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)
Languages
JavaScript
88.7%
CSS
6.4%
HTML
2.7%
Shell
2.2%