Ticket progress chart

Ticket progress chart

Give a visual representation of the progress of a ticket

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Ticket progress chart",
  "description": "Give a visual representation of the progress of a ticket",
  "version": "1.0",
  "content_scripts": [
    {
      "matches": [
        "https://jiracorp.belcorp.biz/*"
      ],
      "js": [
        "external.js",
        "bundle.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/graph_16.png",
    "48": "icons/graph_48.png",
    "128": "icons/graph_128.png"
  },
  "permissions": []
}