QR Code to Phone Clipboard

QR Code to Phone Clipboard

Easily copy text from your computer clipboard to your phone. Use the plugin to create a QR Code, scan with your phone and you can…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QR Code to Phone Clipboard",
  "version": "0.0.1",
  "icons": {
    "32": "images/icon.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_title": "Copy text to phone"
  },
  "background": {
    "service_worker": "background.js"
  }
}