Iridize-V3

Iridize-V3

Iridize is a powerful platform for creating interactive product guides and walkthroughs for employee training.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Iridize-V3",
  "version": "3.6.1",
  "manifest_version": 3,
  "description": "Iridize is a powerful platform for creating interactive product guides and walkthroughs for employee training.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "homepage_url": "https://www.iridize.com/",
  "background": {
    "service_worker": "service_worker.js"
  },
  "commands": {
    "capture-screenshot": {
      "suggested_key": {
        "default": "Ctrl+Shift+E",
        "mac": "Command+Shift+E"
      },
      "description": "Capture screenshhot"
    }
  },
  "permissions": [
    "tabs",
    "webRequest",
    "activeTab",
    "nativeMessaging",
    "scripting",
    "storage",
    "management"
  ],
  "content_security_policy": {
    "extension_pages": "default-src 'self'; script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/src/stLogger.js",
        "js/src/chrome.js",
        "js/src/extension.js"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/src/load_emb_code.js"
      ],
      "run_at": "document_end",
      "all_frames": true
    },
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/src/epStarted.js"
      ],
      "run_at": "document_start",
      "all_frames": true
    },
    {
      "all_frames": true,
      "js": [
        "/js/src/setDocumentDomain.js"
      ],
      "matches": [
        "https://*.lightning.force.com/*",
        "https://*.visual.force.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "js/src/load_emb_code.js",
        "js/src/bridge/starter.js",
        "js/src/emb/stEmbedded.js",
        "js/src/emb/feEmbedded.js",
        "js/src/emb/previewEmbedded.js",
        "js/src/emb/stBaseNoJq.js",
        "js/src/emb/stWeb.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "action": {
    "default_icon": "icons/actions/1.png",
    "default_title": "Click to open OGL Onboarding and Training for Web Products and Applications"
  }
}