diff --git a/icons/gmcr.svg b/icons/gmcr.svg new file mode 100644 index 0000000..4196419 --- /dev/null +++ b/icons/gmcr.svg @@ -0,0 +1,104 @@ + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + / + / + + diff --git a/manifest.json b/manifest.json index c320167..8e7ea40 100644 --- a/manifest.json +++ b/manifest.json @@ -1,15 +1,20 @@ { - "manifest_version": 2, - "name": "Google Meet Caption Regex", - "version": "1.0", + "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.", + "description": "Send a notification when a caption in Google Meet matches a certain regex.", - "content_scripts": [ - { - "matches": ["https://meet.google.com/*"], - "js": ["gmcr.js"] - } - ] + "icons": { + "48": "icons/gmcr.svg", + "96": "icons/gmcr.svg" + }, + + "content_scripts": [ + { + "matches": ["https://meet.google.com/*"], + "js": ["gmcr.js"] + } + ] }