Pause and Resume Recordings

Pause and Resume Recordings

Sends pause/resume command to a suitable client.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pause and Resume Recordings",
  "description": "Sends pause/resume command to a suitable client.",
  "author": "CTI-Telephony",
  "permissions": [
    "tabs",
    "storage",
    "<all_urls>"
  ],
  "version": "1.0.2",
  "manifest_version": 2,
  "options_page": "options/options.html",
  "background": {
    "scripts": [
      "js/jquery-1.10.2.min.js",
      "js/MD5.js",
      "js/UCClient.js",
      "js/Process.js",
      "js/Background.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "19": "images/microphone-18.png",
      "32": "images/microphone-32.png",
      "48": "images/microphone-48.png",
      "128": "images/microphone-128.png"
    },
    "default_title": "Pause and Resume Recordings"
  },
  "icons": {
    "19": "images/microphone-18.png",
    "32": "images/microphone-32.png",
    "48": "images/microphone-48.png",
    "128": "images/microphone-128.png"
  },
  "web_accessible_resources": [
    "js/jquery-1.10.2.min.map"
  ]
}