SpeakMagic - Speech to Text

SpeakMagic - Speech to Text

Transcribe, edit, and format speech easily in the browser using the power of machine learning!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SpeakMagic - Speech to Text",
  "description": "Transcribe, edit, and format speech easily in the browser using the power of machine learning!",
  "version": "0.0.0.1",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' 'sha256-1BcidhP92Qb+4/aBgqoDAI1Ma3vqFWXSar20uVhwZWI='; object-src 'self'",
  "background": {
    "scripts": [
      "request-mic.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "logo16.png",
    "48": "logo48.png",
    "128": "logo128.png"
  }
}