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.
|
3 years ago | |
---|---|---|
icons | 3 years ago | |
popup | 3 years ago | |
static | 3 years ago | |
.eslintrc.js | 3 years ago | |
.gitignore | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago | |
background.js | 3 years ago | |
build.sh | 3 years ago | |
gmcr.js | 3 years ago | |
manifest.json | 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)