Quick Move

Quick Move

Move links quickly from your computer to your phone by scanning the QR code...

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Quick Move",
  "version": "0.1.0.3",
  "manifest_version": 2,
  "description": "Move links quickly from your computer to your phone by scanning the QR code...",
  "icons": {
    "128": "icons/quickmovelogo128.png"
  },
  "permissions": [
    "tabs",
    "clipboardRead"
  ],
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "background": {
    "scripts": [
      "popup/background.js"
    ],
    "persistent": false
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}