WebTime - Time Tracker Firefox

Examine source code of WebTime - Time Tracker

By: Ende
Inspect and view changes in WebTime - Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Web Time",
  "version": "0.5.5",
  "description": "Track and take control of the time you spend on the web",
  "permissions": [
    "tabs",
    "<all_urls>",
    "storage"
  ],
  "browser_action": {
    "default_icon": {
      "128": "icon128.png"
    },
    "default_title": "Web Time",
    "default_popup": "popup/popup.html"
  },
  "icons": {
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "shared/constants.js",
      "shared/utils.js",
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/constants.js",
        "shared/utils.js",
        "content.js"
      ],
      "css": [
        "timer.css"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "webtime@somedomain.com"
    }
  }
}

Best WebTime - Time Tracker Alternatives

Here are some Firefox add-ons that are similar to WebTime - Time Tracker: