URL to QR Code

URL to QR Code

Display QR code of current tab's URL.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "URL to QR Code",
  "version": "1.0.0",
  "manifest_version": 2,
  "description": "Display QR code of current tab's URL.",
  "icons": {
    "16": "icons/qrcode_16x16.png",
    "32": "icons/qrcode_32x32.png",
    "48": "icons/qrcode_48x48.png",
    "128": "icons/qrcode_128x128.png"
  },
  "browser_action": {
    "default_popup": "popup/popup.html"
  },
  "permissions": [
    "tabs"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}