Copy title & URL

Copy title & URL

Copy title & URL

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Copy title & URL",
  "version": "1.0.2",
  "description": "Copy title & URL",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "service_worker": "bg.js",
    "type": "module"
  },
  "action": {
    "default_title": "Copy title & URL"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ]
}