Stasis Browser Activity Firefox

Examine source code of Stasis Browser Activity

Inspect and view changes in Stasis Browser Activity source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Stasis Browser Activity",
  "version": "0.1.0",
  "description": "Reports real browser user activity to Stasis without using idle inhibitors.",
  "permissions": [
    "nativeMessaging",
    "<all_urls>",
    "tabs"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/content.js"
      ],
      "run_at": "document_start",
      "all_frames": false
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "stasis-browser-activity@saltnpepper97.github.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Stasis Browser Activity Alternatives

Here are some Firefox add-ons that are similar to Stasis Browser Activity: