Octodash

Octodash

Highlights version numbers in the Octopus Deploy dashboard.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Octodash",
  "version": "0.0.4.0",
  "description": "Highlights version numbers in the Octopus Deploy dashboard.",
  "action": {},
  "manifest_version": 3,
  "icons": {
    "128": "icon-128.png",
    "500": "icon-500.png"
  },
  "background": {
    "service_worker": "octodash.js"
  },
  "permissions": [
    "scripting",
    "activeTab"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}