Opervia Tracker Firefox

Examine source code of Opervia Tracker

Inspect and view changes in Opervia Tracker source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Opervia Tracker",
  "version": "1.2.1",
  "description": "Records work time, activity level, and time spent per website for Opervia while you are clocked in.",
  "permissions": [
    "storage",
    "cookies",
    "alarms",
    "idle",
    "scripting",
    "tabs"
  ],
  "host_permissions": [
    "https://app.contentifymarketing.com/*"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.contentifymarketing.com/*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_start"
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_title": "Opervia Tracker",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "tracker@opervia.app",
      "strict_min_version": "115.0",
      "data_collection_permissions": {
        "required": [
          "websiteActivity"
        ]
      }
    }
  }
}

Best Opervia Tracker Alternatives

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