QR-Code

QR-Code

Show a QR-Code for the current URL (without relying on some third-party API).

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "QR-Code",
  "description": "Show a QR-Code for the current URL (without relying on some third-party API).",
  "version": "1.0.0",
  "homepage_url": "https://github.com/fxkr/chrome-qrcode-extension",
  "icons": {
    "16": "icon-16x16.png",
    "48": "icon-48x48.png",
    "128": "icon-128x128.png"
  },
  "permissions": [
    "tabs"
  ],
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "icon-16x16.png",
    "default_popup": "popup.html"
  }
}