VALET Beta

VALET Beta

VALET beta version with learning path enabled, enables you to lookup entities and take action from your current system

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "VALET Beta",
  "short_name": "Valet",
  "version": "0.2.5.1",
  "description": "VALET beta version with learning path enabled, enables you to lookup entities and take action from your current system",
  "author": "Dridhu Madan, Ankita Shrivastava",
  "icons": {
    "16": "images/Valet-active.png",
    "32": "images/Valet-active.png",
    "48": "images/Valet-active.png",
    "128": "images/Valet-active.png"
  },
  "action": {
    "default_icon": {
      "16": "images/Valet-inactive.png",
      "24": "images/Valet-inactive.png",
      "32": "images/Valet-inactive.png"
    },
    "default_title": "View Details",
    "default_popup": "action/index.html"
  },
  "background": {
    "service_worker": "background-scripts/background.js"
  },
  "content_scripts": [
    {
      "matches": [
        "http://127.0.0.1/*",
        "https://*.vmware.com/*",
        "https://*.office.com/*",
        "https://*.office365.com/*"
      ],
      "js": [
        "content-script/runtime.5bd42bd14c2b6ef2.esm.js",
        "content-script/polyfills.43e4d57b5c410607.esm.js",
        "content-script/main.7d9fd3b269710bd0.esm.js"
      ],
      "css": [
        "content-script/styles.e187a40546fa3ef9.css"
      ]
    }
  ],
  "permissions": [
    "background",
    "storage",
    "tabs"
  ]
}