mirror of
https://gitlab.com/ceda_ei/google-meet-captions-regex
synced 2025-10-22 05:30:04 +02:00
Add manifest.json
This commit is contained in:
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"]
|
||||
}
|
||||
]
|
||||
|
||||
}
|
Reference in New Issue
Block a user