|
3 months ago | |
---|---|---|
icons | 4 months ago | |
popup | 4 months ago | |
static | 4 months ago | |
.eslintrc.js | 4 months ago | |
.gitignore | 4 months ago | |
LICENSE | 4 months ago | |
README.md | 4 months ago | |
background.js | 3 months ago | |
build.sh | 3 months ago | |
gmcr.js | 3 months ago | |
manifest.json | 3 months ago |
Send a notification when a caption in Google Meet matches a certain regex.
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/
zip -r "web-ext-artifacts/source-$FILENAME" $(git ls-files)