mirror of
https://gitlab.com/ceda_ei/google-meet-captions-regex
synced 2025-03-12 15:06:51 +01:00
Add manifest.json
This commit is contained in:
parent
c4ece337f4
commit
bc5b66ba9e
15
manifest.json
Normal file
15
manifest.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"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"]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user