Toggl Track Button Firefox

Examine source code of Toggl Track Button

Inspect and view changes in Toggl Track Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggl Track Button",
  "version": "1.3",
  "description": "Start and stop Toggl time entries directly from your browser.",
  "permissions": [
    "tabs",
    "storage",
    "https://api.track.toggl.com/"
  ],
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icons/logo_64.png"
  },
  "background": {
    "scripts": [
      "content.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{48181b56-23f0-4a18-b315-d89d95238716}"
    }
  }
}

Best Toggl Track Button Alternatives

Here are some Firefox add-ons that are similar to Toggl Track Button: