Signal Sandbox Firefox

Examine source code of Signal Sandbox

Inspect and view changes in Signal Sandbox source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Signal Sandbox",
  "version": "1.0",
  "description": "Pin any part of a website to your sidebar or mobile drawer.",
  "browser_specific_settings": {
    "gecko": {
      "id": "average-joe@signal-intel.com",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "tabs",
    "sidePanel"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "sidebar_action": {
    "default_panel": "sidebar.html"
  },
  "action": {
    "default_popup": "sidebar.html",
    "default_title": "Signal Sandbox"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules.json"
      }
    ]
  }
}

Best Signal Sandbox Alternatives

Here are some Firefox add-ons that are similar to Signal Sandbox: