Examine source code of ClipboardX

Inspect and view changes in ClipboardX 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": "ClipboardX",
  "version": "1.0",
  "description": "ClipboardX is an advanced clipboard manager for Firefox that empowers you to organize, edit, and manage your clipboard content across 10 distinct categories. With features like easy editing, deletion, scrolling support, and context menu integration, ClipboardX streamlines your workflow and enhances productivity. Enjoy a clean, customizable interface and secure storage, making copy and paste operations faster and more efficient.",
  "permissions": [
    "contextMenus",
    "storage",
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "cb16.png",
      "48": "cb48.png",
      "128": "cbA.jpg"
    }
  },
  "icons": {
    "16": "cb16.png",
    "48": "cb48.png",
    "128": "cbA.jpg"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{4c697b75-22b8-4af7-8230-f4fb4c350598}"
    }
  }
}