1
0
mirror of https://gitlab.com/ceda_ei/google-meet-captions-regex synced 2026-02-08 10:10:07 +01:00
Files
google-meet-captions-regex/README.md
2020-09-14 21:38:52 +05:30

489 B

Google Meet Captions Regex

Send a notification when a caption in Google Meet matches a certain regex.

Building

  • cd popup
  • yarn install
  • yarn 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)