GHL Customizer

GHL Customizer

Used to add custom design and script to Go High Level

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "GHL Customizer",
  "version": "1.0",
  "description": "Used to add custom design and script to Go High Level",
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "identity",
    "https://rest.gohighlevel.com/*",
    "https://app.gohighlevel.com/*",
    "http://159.65.213.76:5055/*",
    "webRequest"
  ],
  "background": {
    "scripts": [
      "background.js",
      "licencing.js",
      "jquery-3.3.1.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/3.png"
    }
  },
  "icons": {
    "128": "images/3.png"
  },
  "manifest_version": 2
}