gimana2 -  An In-Browser Transcriber

gimana2 - An In-Browser Transcriber

This extension transcribes audio to text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "gimana2 -  An In-Browser Transcriber",
  "description": "This extension transcribes audio to  text",
  "version": "1.1",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "gimana2"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "scripts/eventHandlers.js",
        "scripts/transcription.js"
      ],
      "css": [
        "styles/transcription.css"
      ]
    }
  ],
  "icons": {
    "16": "assets/gimana2-icon.png",
    "48": "assets/gimana2-icon.png",
    "128": "assets/gimana2-icon.png"
  },
  "permissions": []
}