eTelecom - Tổng đài CSKH

eTelecom - Tổng đài CSKH

Ứng dụng gọi điện dành cho eTelecom

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "eTelecom - Tổng đài CSKH",
  "short_name": "etelecom-webphone",
  "version": "3.5.5",
  "description": "Ứng dụng gọi điện dành cho eTelecom",
  "icons": {
    "16": "assets/logo_etelecom_cs.png",
    "48": "assets/logo_etelecom_cs.png",
    "128": "assets/logo_etelecom_cs.png"
  },
  "permissions": [
    "storage",
    "activeTab",
    "tabs"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "action": {
    "default_popup": "index.html?#/popup",
    "default_title": "eTelecom - Tổng đài CSKH"
  },
  "options_page": "index.html?#/options",
  "content_scripts": [
    {
      "js": [
        "contentPage.js",
        "webphone/runtime.js",
        "webphone/polyfills-es5.js",
        "webphone/polyfills.js",
        "webphone/styles.js",
        "webphone/main.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "background": {
    "service_worker": "backgroundPage.js"
  },
  "content_security_policy": {
    "script-src": "self",
    "object-src": "self"
  }
}