google-meet-captions-regex/manifest.json

16 lines
297 B
JSON

{
"manifest_version": 2,
"name": "Google Meet Caption Regex",
"version": "1.0",
"description": "Send a notification when a caption in Google Meet matches a certain regex.",
"content_scripts": [
{
"matches": ["https://meet.google.com/*"],
"js": ["gmcr.js"]
}
]
}