google-meet-captions-regex/README.md

16 lines
428 B
Markdown
Raw Normal View History

2020-09-07 15:41:27 +02:00
# Google Meet Captions Regex
2020-09-10 18:55:37 +02:00
Send a notification when a caption in Google Meet matches a certain regex.
## Building
+ `cd popup`
+ `yarn install`
+ `yarn build`
+ `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)`