PennyMac - Oracle Guided Learning

PennyMac - Oracle Guided Learning

Oracle Guided Learning Runtime Plugin for PennyMac

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/lib/jquery-3.6.0.min.js",
      "js/src/stLogger.js",
      "js/src/chrome.js",
      "js/src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/actions/1.png",
    "default_title": "Guided Learning Development Runtime Plugin"
  },
  "content_scripts": [
    {
      "all_frames": true,
      "js": [
        "js/lib/jquery-3.6.0.min.js",
        "js/src/stLogger.js",
        "js/src/chrome.js",
        "js/src/config.js",
        "js/src/configurator.js",
        "js/src/extension.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "run_at": "document_end"
    },
    {
      "all_frames": true,
      "js": [
        "/js/src/setDocumentDomain.js"
      ],
      "matches": [
        "https://*.lightning.force.com/*",
        "https://*.visual.force.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "description": "Oracle Guided Learning Runtime Plugin for PennyMac",
  "homepage_url": "https://www.oracle.com/",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "manifest_version": 2,
  "name": "PennyMac - Oracle Guided Learning ",
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "version": "1.0.0",
  "web_accessible_resources": []
}