ScreenTime Firefox

Examine source code of ScreenTime

By: Roshan Add-on
Inspect and view changes in ScreenTime source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "ScreenTime",
  "description": "Track your browsing time across websites. Requires tab access to monitor website usage for time tracking only - no data is modified or sent anywhere.",
  "version": "1.0.11",
  "manifest_version": 3,
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "action": {
    "default_title": "ScreenTime",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "type": "module"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "unlimitedStorage",
    "idle"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "screentime@example.com",
      "strict_min_version": "109.0"
    }
  }
}

Best ScreenTime Alternatives

Here are some Firefox add-ons that are similar to ScreenTime: