QuickLinks

QuickLinks

The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QuickLinks",
  "description": "The clipboard for your most used links - easily access your social media profiles, Zoom meeting link, contact info, and more!",
  "version": "3.1",
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon.png",
    "default_title": "QuickLinks"
  },
  "icons": {
    "16": "icon.png",
    "48": "icon48.png",
    "128": "appLogo128.png"
  },
  "permissions": [],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self';"
  }
}