Jira Description Diff Viewer Firefox

Examine source code of Jira Description Diff Viewer

By: Rob
Inspect and view changes in Jira Description Diff Viewer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Jira Description Diff Viewer",
  "version": "1.2.0",
  "description": "View side-by-side diffs of Jira issue description changes over time",
  "host_permissions": [
    "*://*.atlassian.net/*"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*.atlassian.net/*"
      ],
      "js": [
        "content.js"
      ],
      "css": [
        "styles.css"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "64": "icons/icon-64.png",
    "96": "icons/icon-96.png",
    "128": "icons/icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "jira-diff-viewer@extension",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Jira Description Diff Viewer Alternatives

Here are some Firefox add-ons that are similar to Jira Description Diff Viewer: