ClickUp copy link

ClickUp copy link

Copy ClickUp tasks as hyperlinks in a human readable format!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClickUp copy link",
  "version": "0.0.4",
  "description": "Copy ClickUp tasks as hyperlinks in a human readable format!",
  "icons": {
    "16": "assets/icon_16.png",
    "32": "assets/icon_32.png",
    "48": "assets/icon_48.png",
    "128": "assets/icon_128.png"
  },
  "manifest_version": 3,
  "action": {
    "default_title": "Press to copy card title with link"
  },
  "background": {
    "service_worker": "scripts/background.js"
  },
  "permissions": [
    "scripting"
  ],
  "host_permissions": [
    "https://app.clickup.com/t/*"
  ]
}