Page to QR Code

Page to QR Code

Get a QR code of current page with just one click.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Page to QR Code",
  "version": "1.0.4",
  "description": "Get a QR code of current page with just one click.",
  "browser_action": {
    "default_icon": "icon-19.png",
    "default_title": "Page to QR"
  },
  "icons": {
    "16": "icon-16.png",
    "19": "icon-19.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs",
    "http://*/*",
    "https://*/*",
    "contextMenus"
  ],
  "manifest_version": 2,
  "content_security_policy": "default-src 'none'; script-src 'self'"
}