QRCopy

QRCopy

QRCopy will generate QR code out of URL or from selected text. Scan it with your phone!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QRCopy",
  "version": "0.0.1",
  "description": "QRCopy will generate QR code out of URL or from selected text. Scan it with your phone!",
  "incognito": "split",
  "icons": {
    "128": "icons/icon.png"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "options_page": "options.html",
  "browser_action": {
    "default_popup": "popup.html",
    "default_title": "Just click me to generate QR code!"
  },
  "manifest_version": 2,
  "web_accessible_resources": [
    "fonts/*"
  ]
}