Add transcription element.

This commit is contained in:
Marcus Edel
2023-05-26 11:34:06 -04:00
parent 78ef88755d
commit e6d7998743
4 changed files with 180 additions and 2 deletions
+11 -1
View File
@@ -22,8 +22,18 @@
"permissions": [
"tabCapture",
"downloads",
"storage"
"storage",
"activeTab",
"tabs",
"*://*/*"
],
"externally_connectable": {
"matches": ["<all_urls>"]
},
"content_scripts": [{
"js": ["content.js"],
"matches": ["<all_urls>"]
}],
"commands": {
"start": {
"suggested_key": {