Blend & Run: Enable copy and paste

Blend & Run: Enable copy and paste

Extension to copy & paste text on websites which block it.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Blend & Run: Enable copy and paste",
  "version": "1.0.0.3",
  "description": "Extension to copy & paste text on websites which block it.",
  "manifest_version": 3,
  "author": "Sandeep Pani , Sathvik Achanta & Akash Muriki",
  "permissions": [
    "storage",
    "unlimitedStorage"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "dependencies/jquery/jquery-3.6.1.min.js",
        "billiliteRange/bililiteRange/bililiteRange.js",
        "billiliteRange/bililiteRange/bililiteRange.undo.js",
        "billiliteRange/bililiteRange/bililiteRange.lines.js",
        "billiliteRange/bililiteRange/jquery.sendkeys.js",
        "scripts/script.js",
        "dependencies/bootstrap-5.2.3-dist/bootstrap-5.2.3-dist/js/bootstrap.bundle.min.js",
        "scripts/popup.js"
      ]
    }
  ],
  "action": {
    "default_icon": "images/icon_new.png",
    "default_popup": "index.html",
    "default_title": "Copy-paste-code"
  }
}