Graphly - Keap Reporting

Graphly - Keap Reporting

Graphly is the #1 reporting solution for Keap users. Learn more at https://graphly.io

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Graphly - Keap Reporting",
  "version": "1.23.4",
  "manifest_version": 3,
  "description": "Graphly is the #1 reporting solution for Keap users. Learn more at https://graphly.io",
  "web_accessible_resources": [
    {
      "resources": [
        "icons/favicon.ico"
      ],
      "matches": [
        "*://*.infusionsoft.com/*",
        "*://keap.app/*"
      ]
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png",
    "256": "icons/icon256.png"
  },
  "content_scripts": [
    {
      "js": [
        "functions.js"
      ],
      "css": [
        "style.css"
      ],
      "matches": [
        "*://*.infusionsoft.com/*",
        "*://keap.app/*"
      ],
      "all_frames": false
    },
    {
      "js": [
        "ultimate.js"
      ],
      "matches": [
        "*://app.infusionsoft.com/*"
      ]
    },
    {
      "js": [
        "keap.js"
      ],
      "matches": [
        "*://keap.app/*"
      ]
    },
    {
      "js": [
        "infusionsoft.js"
      ],
      "matches": [
        "*://*.infusionsoft.com/*"
      ]
    }
  ]
}