ActivityWatch - Open Source Time Tracker Firefox

Examine source code of ActivityWatch - Open Source Time Tracker

Inspect and view changes in ActivityWatch - Open Source Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ActivityWatch Web Watcher",
  "description": "Log the current tab and your browser activity with ActivityWatch.",
  "version": "0.5.2",
  "manifest_version": 2,
  "icons": {
    "128": "logo-128.png"
  },
  "browser_action": {
    "default_icon": "logo-128.png",
    "default_popup": "src/popup/index.html"
  },
  "background": {
    "scripts": [
      "src/background/main.js"
    ],
    "persistent": true
  },
  "options_ui": {
    "page": "src/settings/index.html"
  },
  "permissions": [
    "tabs",
    "alarms",
    "notifications",
    "activeTab",
    "storage",
    "http://127.0.0.1:5600/api/*",
    "http://127.0.0.1:5666/api/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{ef87d84c-2127-493f-b952-5b4e744245bc}"
    }
  }
}

Best ActivityWatch - Open Source Time Tracker Alternatives

Here are some Firefox add-ons that are similar to ActivityWatch - Open Source Time Tracker: