Speechnotes Speech to Text

Speechnotes Speech to Text

Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Speechnotes Speech to Text",
  "short_name": "Speechnotes",
  "version": "3.0.3",
  "description": "Type with your voice (speech to text) on ANY page across the web, with a click running the most accurate speech recognition tech.",
  "options_page": "tutorial.html",
  "content_scripts": [
    {
      "all_frames": false,
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://speechnotes.co/"
      ],
      "js": [
        "content.min.js"
      ],
      "css": [
        "sn_plugin.css"
      ]
    }
  ],
  "background": {
    "service_worker": "bgService.min.js"
  },
  "action": {
    "default_icon": "images/ic_mic_black_36dp.png",
    "default_title": "Speechnotes - Tap to Start"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ],
  "icons": {
    "128": "icon2_128.png",
    "256": "icon_256.png",
    "1024": "icon_1024.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAoaiEyhpXuGxc2Xz4jo/s0/eJdxpabloiE9U89heoMGE92Chvl6TEfouU9cMwSPy8NKjMhFeKb8Fq0eX7XV4a6SPtfKJyP/LfZijdZFvU6tnLDkXdNzBJXuNAcCBJ/dh7pXXpjNTEomQTH8e7mGUENEamUQbupQj+P4Mo98qcY9Lqd9m8cPb5mB1v/N6GXEtX0oqQkVlxzUqIbvzAxaXZ3nNQgRtt8l8HiY5dcPkOxzdirpeSnqrAyJ4bkeXKfTmk9S+E6nu60voCaICLsdLHHkKbsYy0mO6FwPf+8caZOBUHtOYISvRGWFfHRm6Ly1tlun6dCpD22WGhHZ1/nY4FmQIDAQAB",
  "externally_connectable": {
    "matches": [
      "*://localhost/*",
      "https://speechnotes.co/*",
      "https://speechnotes.co/*/*",
      "https://speechnotes.co/"
    ]
  },
  "manifest_version": 3
}