Examine source code of Search ClipBoard Content

Inspect and view changes in Search ClipBoard Content source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 2,
  "name": "Search ClipBoard Content",
  "description": "Adds a context menu item that Searches For ClipBoard Content",
  "version": "1.1resigned1",
  "applications": {
    "gecko": {
      "strict_min_version": "60.0a1",
      "id": "{d37e57f8-ed05-41c5-9f04-ee34a2e73427}"
    }
  },
  "icons": {
    "16": "icon/label.svg",
    "32": "icon/label.svg",
    "48": "icon/label.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "menus",
    "clipboardRead",
    "clipboardWrite",
    "<all_urls>"
  ]
}