Mars Inc P&O Veda

Mars Inc P&O Veda

This extension is to allow users from Mars, Inc to load the chatbot widget on our HR applications. The extension is meant for Mars…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mars Inc P&O Veda",
  "version": "2.1.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "js": [
        "contentscript-min.js"
      ],
      "css": [
        "background-min.css"
      ],
      "matches": [
        "https://wd3.myworkday.com/mars*",
        "https://wd3-impl.workday.com/mars*"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "POChatbot-min.png"
      ],
      "matches": [
        "https://wd3.myworkday.com/*",
        "https://wd3-impl.workday.com/*"
      ]
    }
  ]
}