Examine source code of JIRA Oldest First

Inspect and view changes in JIRA Oldest First 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",
  "action": {
    "default_icon": "jira_of_ag128.png",
    "default_title": "JIRA Oldest First"
  },
  "author": "Andreas Grill",
  "description": "Adds query string to URL to set Action Order to Ascending - use case for JIRA have Oldest First as standard.",
  "icons": {
    "48": "jira_of_ag48.png"
  },
  "manifest_version": 3,
  "name": "JIRA Oldest First",
  "permissions": [
    "storage",
    "declarativeNetRequest",
    "declarativeNetRequestWithHostAccess"
  ],
  "short_name": "JOF",
  "version": "0.3",
  "options_page": "options.html",
  "host_permissions": [
    "<all_urls>"
  ]
}