Speak! - Speech-To-Text Smart Dictation

Speak! - Speech-To-Text Smart Dictation

Dictate with ease anywhere on the web using auto-editing by resaying, automatic punctuation and other conveniences.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.0.31",
  "name": "__MSG_extension_name__",
  "description": "__MSG_extension_description__",
  "default_locale": "en",
  "icons": {
    "128": "images/icon-teal-128.png"
  },
  "permissions": [
    "contextMenus",
    "storage",
    "scripting",
    "declarativeContent",
    "activeTab"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "action": {
    "name": "Speak!",
    "default_icon": {
      "128": "images/icon-teal-128.png"
    },
    "default_title": "__MSG_actions_default_title__"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+Z",
        "windows": "Ctrl+Shift+Z",
        "mac": "Ctrl+Shift+X",
        "chromeos": "Ctrl+Shift+Z",
        "linux": "Ctrl+Shift+Z"
      }
    },
    "toggle_language": {
      "description": "Toggle language",
      "suggested_key": {
        "default": "Ctrl+Space",
        "mac": "Ctrl+Shift+Space"
      }
    },
    "toggle_dictation": {
      "description": "Toggle the extension (alternative)",
      "suggested_key": {
        "default": "Ctrl+Shift+X",
        "mac": "Ctrl+Shift+Z"
      }
    }
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "*.png",
        "*.svg",
        "*.mp4",
        "images/*",
        "images/most-used-apps/*.svg",
        "styles/*",
        "contexts/*/*.json",
        "iframe.html",
        "iframe.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "options_page": "options.html",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAiSgHVknVMlCdmOXUOaYbzOOwxdpV2tMfF+tHMi/k7RCWqUwF2h2lC1k2uhlIYOQiWfZ0yvwn9Eot4x4UHus30aYR6XkM6fi49XsDmDQ1DLVEDxiIAv3KpGgd0VvP2ZskBGqyYy8xUi2Et5LYwvTqe5DdL/FcEoZDpPfxdRIX+QxUIZ2anmsA4wu0cUt2G7R1QGxj3CePMzpCNYEaUsxjTiKN0UFX3OQs4jiD6bQhkhzXR/Xd43TTD8LS8MCLpIlgmDMuOIOwQGc5tKHyUZIVo8DKG2rdrpzQKCyf3w7kI5S44IV4vqRgtahMABONtj14RSWoNsZObhDme4wp7FP5EQIDAQAB"
}