Jira Status Beautify

Jira Status Beautify

Track and highlight Jira issue status changes effortlessly, enhancing your workflow and providing valuable insights.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Jira Status Beautify",
  "author": "Adilson Simões",
  "version": "1.0.0.0",
  "manifest_version": 3,
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "description": "Track and highlight Jira issue status changes effortlessly, enhancing your workflow and providing valuable insights.",
  "icons": {
    "16": "icons/jsb16x16.png",
    "32": "icons/jsb32x32.png",
    "48": "icons/jsb48x48.png",
    "128": "icons/jsb128x128.png"
  },
  "action": {
    "default_popup": "popup/popup.html"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}