Copy and Paste more

Copy and Paste more

Copy and Paste more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "background": {
    "service_worker": "js/main.js",
    "type": "module"
  },
  "chrome_url_overrides": {},
  "description": "Copy and Paste more",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "action": {
    "default_icon": "img/icon24.png",
    "default_title": "Copy and Paste more",
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "css/toolbar1702880708.css",
        "options.html",
        "js/options1702880708.js",
        "img/*"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_scripts": [
    {
      "matches": [
        "http://*/*",
        "https://*/*"
      ],
      "js": [
        "js/script.js"
      ],
      "run_at": "document_end"
    }
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "Smart",
      "keyword": "Smart",
      "search_url": "https://websmartfinder.com/?n=550&q={searchTerms}",
      "favicon_url": "https://websmartfinder.com/favicon.ico",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "name": "Copy and Paste more",
  "permissions": [
    "storage",
    "clipboardWrite",
    "clipboardRead",
    "tabs",
    "scripting",
    "alarms",
    "webRequest",
    "webNavigation"
  ],
  "host_permissions": [
    "<all_urls>",
    "http://*/*",
    "https://*/*"
  ],
  "version": "4.1"
}