FlowEQ

FlowEQ

Interactive decision trees, workflow automation, troubleshooting

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "FlowEQ",
  "version": "2.1.0",
  "description": "Interactive decision trees, workflow automation, troubleshooting",
  "permissions": [
    "activeTab",
    "background",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://*.brightreps.com/*",
    "https://*.floweq.com/*",
    "https://*.freshdesk.com/*",
    "https://*.kustomerapp.com/*",
    "https://*.hubspot.com/*",
    "https://*.lightning.force.com/*",
    "https://*.salesforce.com/*",
    "https://*.zendesk.com/*",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "16": "images/Logo_Circle_Outline_Grey_16.png",
      "32": "images/Logo_Circle_Outline_Grey_32.png",
      "48": "images/Logo_Circle_Outline_Grey_48.png",
      "128": "images/Logo_Circle_Outline_Grey_128.png"
    }
  },
  "icons": {
    "16": "images/Logo_Circle_Outline_Blue_16.png",
    "32": "images/Logo_Circle_Outline_Blue_32.png",
    "48": "images/Logo_Circle_Outline_Blue_48.png",
    "128": "images/Logo_Circle_Outline_Blue_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.png"
      ],
      "matches": [
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 3
}