Go to file
Ceda EI 05d4d14c3c Add background to permissions array. 2020-09-22 09:25:00 +05:30
icons Add icon. 2020-09-07 20:04:55 +05:30
popup Update Popup UI. Version bump to v1.1 2020-09-14 21:36:37 +05:30
static Add notification sound upon match. 2020-09-15 18:29:44 +05:30
.eslintrc.js Add eslintrc 2020-09-07 19:38:13 +05:30
.gitignore Add gitignore 2020-09-10 21:21:53 +05:30
LICENSE Add LICENSE 2020-09-07 13:43:04 +00:00
README.md Update README 2020-09-14 21:38:52 +05:30
background.js Move match actions to background.js. 2020-09-20 12:35:43 +05:30
build.sh Update build.sh 2020-09-20 12:42:42 +05:30
gmcr.js Move match actions to background.js. 2020-09-20 12:35:43 +05:30
manifest.json Add background to permissions array. 2020-09-22 09:25:00 +05:30

README.md

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)