Ceda EI
d4a0b001a3
Add Material-UI as a dependency. |
||
---|---|---|
icons | ||
popup | ||
.eslintrc.js | ||
.gitignore | ||
LICENSE | ||
README.md | ||
gmcr.js | ||
manifest.json |
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)