Go to file
Ceda EI d4a0b001a3 Update Popup UI. Version bump to v1.1
Add Material-UI as a dependency.
2020-09-14 21:36:37 +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
.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.md 2020-09-10 22:27:03 +05:30
gmcr.js Add content script gmcr.js to read captions and send notifs 2020-09-10 21:00:06 +05:30
manifest.json Update Popup UI. Version bump to v1.1 2020-09-14 21:36:37 +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" gmcr.js manifest.json popup/build/ icons/

Building source zip (for review process)

  • zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)