Encompass Help

Encompass Help

A Chrome Extension for Encompass Support.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "3.3.0",
  "manifest_version": 3,
  "name": "Encompass Help",
  "permissions": [
    "notifications",
    "clipboardWrite",
    "contextMenus",
    "tabs",
    "storage",
    "alarms",
    "scripting"
  ],
  "host_permissions": [
    "http://*/",
    "https://*/",
    "file://*/"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "[email protected]",
      "19": "[email protected]",
      "38": "[email protected]",
      "64": "[email protected]",
      "128": "[email protected]",
      "512": "[email protected]"
    },
    "default_popup": "popup.html",
    "default_title": "Encompass help"
  },
  "content_scripts": [
    {
      "all_frames": false,
      "js": [
        "register.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    },
    {
      "all_frames": false,
      "js": [
        "registerTask.js"
      ],
      "matches": [
        "https://encompasstech.com/*DashboardID=181004*",
        "https://support.encompass8.com/*DashboardID=181004*"
      ]
    }
  ],
  "icons": {
    "16": "[email protected]",
    "48": "[email protected]",
    "64": "[email protected]",
    "128": "[email protected]",
    "512": "[email protected]"
  },
  "incognito": "split",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAklm7Lmqmq3qgMXg3jYc3reDQxjyDVMBEbwrTKOXi0KU//DoOsHCkNTmfgYp2t2GYJCA2qDDVBbDAnz41e5THJ24fQoxRXbX0nc+VduMkGm7lQ/d1Q0R7NySTAcjcOWVIN6B457hG3ukMTCHiOxArFsUNFmhyFm3VLIl/U15MP6Vm2m4/JW6+L7f35ZNItiScOQ2W7nx3ioDUCX4xn6jFFeXntynDsJe3G/rU/fun7YIawqGQRT91s+nBdIqSPVvkKcePSXCx9Gaon+/lONmUKMnVyE21ZGUBnz+VmmzI7va5tWgCylI5224fRH3P41p6vZ3RePIpB/pXLB34gqR+wwIDAQAB",
  "offline_enabled": true,
  "omnibox": {
    "keyword": "Q"
  },
  "options_page": "options.html",
  "commands": {
    "create-link": {
      "suggested_key": {
        "default": "Ctrl+K"
      },
      "description": "Copy the current page URL and create a link with the highlighted text, or page title if no text is selected"
    },
    "duplicate-tab": {
      "suggested_key": {
        "default": "Ctrl+J"
      },
      "description": "Duplicate the current tab."
    }
  },
  "update_url": "https://clients2.google.com/service/update2/crx",
  "web_accessible_resources": [
    {
      "resources": [
        "notification.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "description": "A Chrome Extension for Encompass Support."
}