Add manifest.json

This commit is contained in:
Ceda EI 2020-09-07 19:38:36 +05:30
parent c4ece337f4
commit bc5b66ba9e
2 changed files with 15 additions and 0 deletions

0
gmcr.js Normal file
View File

15
manifest.json Normal file
View 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"]
}
]
}