Degreed Extension (Deutsche Bank EU)

Degreed Extension (Deutsche Bank EU)

Track all your learning.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Degreed Extension (Deutsche Bank EU)",
  "description": "Track all your learning.",
  "version": "7.3.0",
  "icons": {
    "128": "assets/128_on.png"
  },
  "action": {
    "default_title": "Degreed",
    "default_icon": {
      "128": "assets/128_on.png"
    }
  },
  "default_locale": "en",
  "permissions": [
    "activeTab",
    "contextMenus",
    "storage",
    "tabs",
    "scripting"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "trusted/*"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "externally_connectable": {
    "matches": [
      "*://*.degreed.com/*"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "manifest_version": 3,
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkha6wWtCDANMnUlOk6tlkDV8z8Hz5CfDhWSFZxtL/653pHUEHlKmOZMfyu10lfvFj1ljDpiweQn0AUe9EYt6gO10GQkd3fgh8uftRRHqnVPX/2CXNUez4GxgzDp5CAeJ907hEBRLITJ9Myz996XnOrfRMVc+g15dZv6D+ZN+dhbk0k1ezkyT470mHBZjEBs83QpczK0chvIQdYEgP5BUMSzEvMjHxVStdWdcz6JhyjuO5qhOcv/7+DzUngfMJkzJynC7DmT8e+eZ2XKI5qwGPp3X4gk1mRGh+v4vdIQ+mONAo+au/E9aWGyqbzvlrb2oHY9VhV00f25oOjQSH4TYuwIDAQAB"
}