GuidED (Parent Connect) Firefox

Examine source code of GuidED (Parent Connect)

Inspect and view changes in GuidED (Parent Connect) source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "GuidED (Parent Connect)",
  "version": "1.0.0",
  "description": "Parent visibility for Firefox. One GuidED extension per browser profile. Use GuidED (School) on student devices.",
  "incognito": "spanning",
  "permissions": [
    "storage",
    "tabs",
    "activeTab",
    "alarms",
    "webRequest",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "scripts": [
      "background.firefox.js"
    ]
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/guided-platform-registry.js",
        "shared/guided-main-bridge.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "world": "MAIN"
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "shared/guided-risk-registry.js",
        "shared/guided-platform-registry.js",
        "shared/detection-engine/detection-result.js",
        "shared/detection-engine/capture-adapters.js",
        "shared/detection-engine/registry-detector.js",
        "shared/detection-engine/behavior-detectors.js",
        "shared/detection-engine/confidence-engine.js",
        "shared/detection-engine/detection-engine.js",
        "shared/guided-platform-selectors.js",
        "shared/guided-visibility-sweep.js",
        "shared/guided-gemini-chrome-beacon.js",
        "shared/content.js"
      ],
      "css": [
        "shared/styles.css"
      ],
      "run_at": "document_idle",
      "all_frames": true
    },
    {
      "matches": [
        "https://docs.google.com/*"
      ],
      "js": [
        "shared/guided-docs-analyze.js",
        "shared/guided-docs-gemini.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "options_ui": {
    "page": "settings.html",
    "open_in_tab": true
  },
  "action": {
    "default_popup": "popup.html",
    "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": "guided-parent@guidedapp.io",
      "strict_min_version": "109.0",
      "data_collection_permissions": {
        "required": [
          "browsingActivity",
          "websiteActivity",
          "websiteContent"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  }
}

Best GuidED (Parent Connect) Alternatives

Here are some Firefox add-ons that are similar to GuidED (Parent Connect):