VC2D

VC2D

The Call on Your Life

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "VIED",
  "content_scripts": [
    {
      "js": [
        "vendor/jquery-3.4.1.min.js",
        "vendor/bootstrap.min.js",
        "js/utils.js",
        "js/click2dial.js"
      ],
      "run_at": "document_end",
      "matches": [
        "http://apicrm.vinedu.edu.vn/v1/",
        "http://14.248.85.177:1888/",
        "https://www.facebook.com/*",
        "http://api-asterisk.vinedu.edu.vn/v1/"
      ]
    }
  ],
  "description": "The Call on Your Life",
  "icons": {
    "16": "images/logo16.png",
    "48": "images/logo48.png",
    "128": "images/logo128.png"
  },
  "manifest_version": 2,
  "name": "VC2D",
  "short_name": "VC2D",
  "version": "1.4",
  "web_accessible_resources": [
    "images/*"
  ],
  "permissions": [
    "https://www.facebook.com/",
    "activeTab",
    "tabs",
    "management",
    "http://localhost/reloadX?id=*"
  ],
  "background": {
    "scripts": [
      "js/background.js"
    ],
    "persistent": true
  },
  "browser_action": {
    "default_icon": "images/logo48.png",
    "default_popup": "html/popup-message.html"
  }
}