Context Restore — Right Click Firefox

Examine source code of Context Restore — Right Click

Inspect and view changes in Context Restore — Right Click source codes across current and past versions
xHeader
Modify request and response headers. No ads, no malware.
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "Context Restore — Right Click",
  "version": "1.0.1",
  "description": "Restore Firefox right click, text selection, and copying with quiet controls.",
  "author": "Colin Knapp",
  "permissions": [
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "src/control.js",
        "src/context-menu.js"
      ],
      "run_at": "document_start",
      "all_frames": true,
      "match_about_blank": true
    }
  ],
  "action": {
    "default_title": "Context Restore — Right Click",
    "default_popup": "src/popup.html",
    "default_icon": {
      "16": "icons/context-restore.svg",
      "32": "icons/context-restore.svg"
    }
  },
  "icons": {
    "16": "icons/context-restore.svg",
    "32": "icons/context-restore.svg",
    "48": "icons/context-restore.svg",
    "96": "icons/context-restore.svg"
  },
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'none'"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "context-restore@extensions.colinknapp.com",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Context Restore — Right Click Alternatives

Here are some Firefox add-ons that are similar to Context Restore — Right Click: