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


{
  "name": "Graphly",
  "manifest_version": 2,
  "version": "2.6",
  "description": "Graphly is the #1 reporting solution for Keap users. Learn more at https://graphly.io",
  "icons": {
    "48": "icons/graphly-48.png",
    "96": "icons/graphly-96.png"
  },
  "web_accessible_resources": [
    "icons/*.ico"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.infusionsoft.com/*",
        "*://keap.app/*"
      ],
      "js": [
        "functions.js"
      ],
      "css": [
        "style.css"
      ]
    },
    {
      "matches": [
        "*://app.infusionsoft.com/*"
      ],
      "js": [
        "ultimate.js"
      ]
    },
    {
      "js": [
        "keap.js"
      ],
      "matches": [
        "*://keap.app/*"
      ]
    },
    {
      "js": [
        "infusionsoft.js"
      ],
      "matches": [
        "*://*.infusionsoft.com/*"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "jid1-eqiMSKQ13AtS4A@jetpack"
    }
  }
}