Tracking Timer Firefox

Examine source code of Tracking Timer

Inspect and view changes in Tracking Timer source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Tracking Timer",
  "description": "Use timers to track time fast and easily.",
  "version": "1.5",
  "icons": {
    "48": "assets/app-icon.svg",
    "96": "assets/app-icon.svg"
  },
  "browser_action": {
    "default_icon": "assets/app-icon.svg",
    "default_popup": "index.html",
    "default_title": "Tracking Timer"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "TrackingTimer@RT"
    }
  }
}

Best Tracking Timer Alternatives

Here are some Firefox add-ons that are similar to Tracking Timer: