Examine source code of Git Helpers for Jira

Inspect and view changes in Git Helpers for Jira source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Git Helpers for Jira",
  "description": "Automatically generate a suggested branch name and a suggested commit message for Jira issues.",
  "version": "1.0.2",
  "manifest_version": 3,
  "content_scripts": [
    {
      "css": [
        "content.css"
      ],
      "js": [
        "content.js"
      ],
      "matches": [
        "*://*.atlassian.net/*"
      ]
    }
  ]
}