Examine source code of Jira Worklog Tool

Inspect and view changes in Jira Worklog Tool 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",
  "manifest_version": 3,
  "name": "Jira Worklog Tool",
  "version": "0.5.1",
  "author": "alfeugds",
  "description": "This extension allows the user to log the work in Jira easily.",
  "homepage_url": "https://github.com/alfeugds/jiraworklogtool",
  "icons": {
    "128": "img/icon-time-task-512x512.png"
  },
  "options_page": "options.html",
  "action": {
    "default_icon": "img/icon-time-task-512x512.png",
    "default_popup": "temp-popup.html",
    "default_title": "Log Work"
  },
  "permissions": [
    "storage"
  ],
  "host_permissions": [
    "*://*/*"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}