Toggl Track Extension Firefox

Examine source code of Toggl Track Extension

Inspect and view changes in Toggl Track Extension source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Toggl Track Extension",
  "version": "1.3",
  "description": "Track your time with Toggl directly from your browser.",
  "permissions": [
    "activeTab",
    "storage",
    "https://api.track.toggl.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "32": "icons/logo_32.png",
      "64": "icons/logo_64.png",
      "128": "icons/logo_128.png"
    }
  },
  "icons": {
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png",
    "128": "icons/logo_128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{a6f63849-41ad-4ea6-9ad7-8006eb1e740f}"
    }
  }
}

Best Toggl Track Extension Alternatives

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