The Copy Me Firefox

Examine source code of The Copy Me

Inspect and view changes in The Copy Me source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "The Copy Me",
  "version": "1.0",
  "permissions": [
    "contextMenus",
    "notifications",
    "tabs",
    "storage",
    "https://api.thecopy.me/*",
    "https://thecopy.me/*"
  ],
  "description": "This is TheCopyMe official firefox extension.",
  "icons": {
    "16": "icon/icon16.png",
    "48": "icon/icon48.png",
    "128": "icon/icon128.png"
  },
  "background": {
    "scripts": [
      "script.js"
    ]
  },
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icon/icon16.png",
      "48": "icon/icon48.png",
      "128": "icon/icon128.png"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.thecopy.me/*"
      ],
      "js": [
        "content-script.js"
      ]
    }
  ]
}

Best The Copy Me Alternatives

Here are some Firefox add-ons that are similar to The Copy Me: