Examine source code of QDWSpeechControl Native messaging

Inspect and view changes in QDWSpeechControl Native messaging source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "page": "background.html"
  },
  "browser_action": {
    "default_icon": "qsi.png"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "qsi_contentscript.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_start"
    }
  ],
  "description": "",
  "icons": {
    "128": "qsi.png"
  },
  "manifest_version": 2,
  "name": " QDWSpeechControl Native messaging",
  "options_page": "options.htm",
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "nativeMessaging"
  ],
  "version": "1.0.0.1",
  "web_accessible_resources": [
    "apiscript.js"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}