Pulse Companion — Log time to Jira Firefox

Examine source code of Pulse Companion — Log time to Jira

Inspect and view changes in Pulse Companion — Log time to Jira source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Pulse Companion — Log time to Jira",
  "version": "1.0.4",
  "description": "Log time to Jira from any tab, with a popup and right-click menu. A companion to the free Pulse app for Jira.",
  "icons": {
    "16": "icons/icon-16.png",
    "32": "icons/icon-32.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "action": {
    "default_popup": "src/popup/index.html",
    "default_title": "Log time to Jira",
    "default_icon": {
      "16": "icons/icon-16.png",
      "32": "icons/icon-32.png"
    }
  },
  "options_page": "src/app/index.html",
  "background": {
    "scripts": [
      "service-worker-loader.js"
    ],
    "type": "module"
  },
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Alt+Shift+L"
      },
      "description": "Open Pulse to log time"
    }
  },
  "permissions": [
    "storage",
    "contextMenus",
    "alarms",
    "notifications",
    "identity",
    "idle",
    "webRequest",
    "webRequestBlocking"
  ],
  "host_permissions": [
    "https://*.atlassian.net/*",
    "https://oauth2.googleapis.com/*",
    "https://www.googleapis.com/*",
    "https://login.microsoftonline.com/*",
    "https://graph.microsoft.com/*"
  ],
  "content_scripts": [
    {
      "js": [
        "assets/codehost.ts-Jg2-Ie15.js"
      ],
      "matches": [
        "https://github.com/*",
        "https://gitlab.com/*",
        "https://bitbucket.org/*"
      ],
      "run_at": "document_idle"
    },
    {
      "js": [
        "assets/jira-issue.ts-loader-CIv_DgZI.js"
      ],
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "run_at": "document_idle"
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "https://bitbucket.org/*",
        "https://github.com/*",
        "https://gitlab.com/*"
      ],
      "resources": [
        "assets/codehost.ts-Jg2-Ie15.js"
      ]
    },
    {
      "matches": [
        "https://*.atlassian.net/*"
      ],
      "resources": [
        "assets/timer-D9XzKzWf.js",
        "assets/duration-DY-asG3z.js",
        "assets/jira-issue.ts-Bsa9YrYD.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "pulse-companion@scriptixlabs.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "authenticationInfo",
          "personallyIdentifyingInfo"
        ]
      }
    }
  }
}

Best Pulse Companion — Log time to Jira Alternatives

Here are some Firefox add-ons that are similar to Pulse Companion — Log time to Jira: