Session Time Tracker Firefox

Examine source code of Session Time Tracker

By: matilda
Inspect and view changes in Session Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Session Time Tracker",
  "version": "1.0",
  "description": "Track time spent on different websites",
  "icons": {
    "48": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "tabs",
    "storage"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "sessiontime-h2b5n9k3@prodtrack.io",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Session Time Tracker Alternatives

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