WD Sidekick

WD Sidekick

Workday helper functions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.5",
  "manifest_version": 3,
  "name": "WD Sidekick",
  "description": "Workday helper functions.",
  "permissions": [
    "activeTab",
    "storage",
    "sidePanel",
    "scripting",
    "tabs",
    "bookmarks"
  ],
  "minimum_chrome_version": "114",
  "action": {
    "default_title": "Click to open panel"
  },
  "side_panel": {
    "default_path": "assets/sidePanel.html"
  },
  "host_permissions": [
    "*://*.workday.com/*",
    "*://*.myworkday.com/*",
    "*://*.workdaysuv.com/*",
    "*://*.myworkdaygov.com/*"
  ],
  "icons": {
    "128": "assets/images/favicon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "assets/**",
        "content.js.map"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": " default-src 'self'; connect-src 'self' https://apis.google.com https://www.googleapis.com https://securetoken.googleapis.com; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com https://fonts.gstatic.com; font-src 'self' https://fonts.googleapis.com https://fonts.gstatic.com; img-src 'unsafe-inline' 'self' data: https://upload.wikimedia.org; "
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAjf3cv1GT3tG8CYYW2WbPcZT8OIEWuTCn7vxNVyoGvPrgr3ZoqI0FK5ikrXIQUVU/JeOwNAEMhYJ9ebHfI7no8TMevvenVpBO+yi9fBPI4bprCMUr3ieU/SbJZpUNgJLHea+dJMRkSdPCWzopDELQpfj94eMoJKHXQXr5bapHgzA9z/7U4BHK7HDgyxajy5USDaQ+rPpDGarEON0I2h5glrT/NMg4Ugzu2Qt5g9pJK13b8ASnqnBsSuHXQtlHPJg3qwqtXMJgkYCFw/LGtQxUb5m5JJsOhM4gJccBnEbtT/Q2mOYA/j8lnGSlyGUHeSynh1f7JYx4igJTAnnih1m/aQIDAQAB"
}