You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Ceda EI 05d4d14c3c Add background to permissions array. 3 years ago
icons Add icon. 3 years ago
popup Update Popup UI. Version bump to v1.1 3 years ago
static Add notification sound upon match. 3 years ago
.eslintrc.js Add eslintrc 3 years ago
.gitignore Add gitignore 3 years ago
LICENSE Add LICENSE 3 years ago
README.md Update README 3 years ago
background.js Move match actions to background.js. 3 years ago
build.sh Update build.sh 3 years ago
gmcr.js Move match actions to background.js. 3 years ago
manifest.json Add background to permissions array. 3 years ago

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)