vmWTF

vmWTF

Decipher all your VMware jargon!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "vmWTF",
  "description": "Decipher all your VMware jargon!",
  "version": "1.4",
  "manifest_version": 3,
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "src/index.html",
    "default_icon": "src/images/turtle_vmwtf.png",
    "default_title": "VMware What The deFine!"
  },
  "icons": {
    "128": "src/images/turtle_vmwtf.png"
  },
  "options_page": "options.html"
}