Fire Time Tracker Firefox

Examine source code of Fire Time Tracker

Inspect and view changes in Fire Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Fire Time Tracker",
  "short_name": "Track your time on the web",
  "version": "1.1.1",
  "description": "Track and limit time your activity in the browser every day.",
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "applications": {
    "gecko": {
      "id": "@firetimetracker",
      "strict_min_version": "57.0"
    }
  },
  "icons": {
    "16": "icons/16x16.png",
    "32": "icons/32x32.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "permissions": [
    "tabs",
    "activeTab",
    "storage",
    "idle",
    "webNavigation",
    "unlimitedStorage"
  ],
  "optional_permissions": [
    "tabs",
    "*://www.youtube.com/*",
    "notifications"
  ],
  "background": {
    "scripts": [
      "scripts/common.js",
      "scripts/storage.js",
      "scripts/activity.js",
      "scripts/tab.js",
      "scripts/timeInterval.js",
      "scripts/background.js",
      "scripts/restriction.js"
    ]
  },
  "browser_action": {
    "default_popup": "index.html",
    "default_title": "Fire Time Tracker",
    "default_icon": "icons/48x48.png"
  }
}

Best Fire Time Tracker Alternatives

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