Argus - Screen Time Tracker Firefox

Examine source code of Argus - Screen Time Tracker

By: nick
Inspect and view changes in Argus - Screen Time Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Argus - Screen Time Tracker",
  "version": "1.0.5",
  "description": "Monitor and visualize the time you spend on different websites",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "idle",
    "webNavigation"
  ],
  "background": {
    "page": "background.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://argusextension.com/*",
        "http://localhost:3000/*"
      ],
      "js": [
        "js/website-communication.js"
      ],
      "run_at": "document_start"
    }
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "web_accessible_resources": [
    "blocked.html",
    "css/*",
    "js/*",
    "icons/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "argus@example.com",
      "strict_min_version": "58.0"
    }
  }
}

Best Argus - Screen Time Tracker Alternatives

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