SumTotal Intelligent Assistant

SumTotal Intelligent Assistant

SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "SumTotal Intelligent Assistant",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEApUZKGBN3RVxBcHe41HRXRTyhDhYn3K9HgidAJygdy7V1NyEItrijI54n8/2rJxjkp2BOXDtFHsxYnPVs+M7S+Ruc0AcTGcJoc+3dJrJoZt+w4QFTk7QFPUiXD8pyhHyDECuGabmp6tv7wd4TJUlB7fB4n07oKA2cUZH9pF4K3eYC6kywp+6P5nJrZDz4ZUOX9zKymSJYtvugQWeAn34KXKW5UQmewxO2W33enz+FwTDEtXBXPTmBkYiDSUdn8diH7+XZ7ceaHDy4RQQ4h+DTHW/lRESjgcEVo3nn7eaIh/SSEcC26xfqOWg1s3BR7DtuknPFIsNWGKPToBuY3xNqewIDAQAB",
  "description": "SumTotal Intelligent Assistant (SIA): Search for SumTotal Learn training right from your browser.",
  "version": "1.9",
  "icons": {
    "48": "assets/images/defaultPlugin-icon.png"
  },
  "permissions": [
    "identity",
    "storage",
    "contextMenus",
    "cookies"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "run_at": "document_end",
      "matches": [
        "*://*/*"
      ],
      "js": [
        "assets/jquery-3.4.0.min.js",
        "app/highlight/highlight-inject.js"
      ],
      "css": [
        "app/highlight/highlight-inject.css"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "action": {
    "default_icon": "assets/images/defaultPlugin-icon.png",
    "default_popup": "index.html#/popup"
  },
  "host_permissions": [
    "*://*.sumtotaldevelopment.net/",
    "*://*/*"
  ]
}