Speech to text

Speech to text

Helps to convert speech into text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Speech to text",
  "version": "1.0.0",
  "description": "Helps to convert speech into text",
  "action": {
    "derfault_title": "Speech to text"
  },
  "icons": {
    "16": "icon 16.png",
    "32": "icon 32.png",
    "48": "icon 64.png"
  },
  "background": {
    "service_worker": "background.js"
  }
}