SpeechGenius — Best Speech to Text

SpeechGenius — Best Speech to Text

Speed Up Your Writing with AI-Powered Speech Transcription — The Most Accurate Voice Typing in the World SpeechGenius allows you…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "content_scripts": [
    {
      "js": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "manifest_version": 3,
  "name": "SpeechGenius — Best Speech to Text",
  "version": "0.0.1",
  "icons": {
    "16": "logo.png",
    "32": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "action": {
    "default_popup": "popup.html"
  }
}