Callndr® CALL Talking Head®

Callndr® CALL Talking Head®

Voice Unlimited-Phone calls/messaging unlimited by The Company!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Callndr® CALL Talking Head®",
  "version": "7.3.5",
  "description": "Voice Unlimited-Phone calls/messaging unlimited by The Company!",
  "manifest_version": 2,
  "author": "Dr. Steven J. Kaniadakis",
  "icons": {
    "16": "src/16.png",
    "32": "src/48.png",
    "128": "src/128.png"
  },
  "browser_action": {
    "dafult_title": "Messages",
    "default_icon": "src/16.png",
    "default_popup": "popup.html",
    "default_title": "Callndr® Call Talking Head® 7.3.5"
  },
  "background": {
    "page": "src/background.html"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "css": [
        "src/callndr.css"
      ],
      "js": [
        "src/phone.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": false,
      "js": [
        "src/hangouts.js"
      ],
      "matches": [
        "http://plus.google.com/*hangouts*",
        "https://plus.google.com/*hangouts*",
        "https://hangouts.google.com/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "src/jquery-2.2.4.min.js",
        "src/skype-web.js"
      ],
      "matches": [
        "https://web.skype.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "externally_connectable": {
    "matches": [
      "http://localhost:3000/",
      "http://localhost:3000/*",
      "http://mywebsitename.com/*"
    ]
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking",
    "management",
    "storage",
    "tabs",
    "<all_urls>",
    "activeTab",
    "http://*/*",
    "https://*/*",
    "cookies",
    "file://*/*",
    "<all_urls>"
  ],
  "short_name": "Callndr® Call Talking Head®",
  "web_accessible_resources": [
    "src/icon32.png",
    "content.js",
    "*.png",
    "*.js"
  ],
  "homepage_url": "http://www.callendarcall.com",
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}