CSpeak - Browser Interface

CSpeak - Browser Interface

Provides text control services to the CSpeak v6 NMH.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "CSpeak - Browser Interface",
  "short_name": "CSpeak",
  "version": "1.5.45",
  "description": "Provides text control services to the CSpeak v6 NMH.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://tsxcare.therasoft.fr/*",
      "https://tsxcare.therasoft.fr/*",
      "http://tsc2-tsxcare-app.therasoft.fr/*",
      "http://ris-sgbd-api.imagerie.local/*"
    ]
  },
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "permissions": [
    "activeTab",
    "contextMenus",
    "nativeMessaging",
    "tabs"
  ]
}