NUACOM

NUACOM

NUACOM Click to Call & quick reports for the system.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "NUACOM",
  "description": "NUACOM Click to Call & quick reports for the system.",
  "version": "1.1.9",
  "default_locale": "en",
  "homepage_url": "https://nuacom.io",
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "lib/lib-phone/PhoneFormat.js",
        "lib/lib-phone/LPN.js",
        "js/jquery-2.2.5.min.js",
        "js/util.js",
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_icon": {
      "19": "img/nuacom_icon_19.png",
      "38": "img/nuacom_icon_38.png",
      "128": "img/nuacom_icon_128.png"
    },
    "default_title": "Open NUACOM Extension",
    "default_popup": "index.html"
  },
  "icons": {
    "16": "img/nuacom_icon.png",
    "32": "img/nuacom_icon_32.png",
    "48": "img/nuacom_icon_38.png",
    "128": "img/nuacom_icon_128.png"
  },
  "permissions": [
    "contextMenus",
    "tabs",
    "storage",
    "notifications",
    "activeTab",
    "identity"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*"
  ],
  "oauth2": {
    "client_id": "749744391009-jmfll22em5b10gtt30hnqnkftd24cta9.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email"
    ]
  }
}