QR code tab URL

QR code tab URL

Adds a button in address bar and show URL from current tab as QR code

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "1.2",
  "icons": {
    "128": "icons/icon-128.svg"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "icons/icon-128.svg",
    "default_title": "__MSG_extensionTitle__",
    "default_popup": "popup-nayuki/index.html"
  },
  "permissions": [
    "tabs"
  ],
  "default_locale": "en",
  "browser_specific_settings": {
    "gecko": {
      "id": "{fec304d7-bd04-40a6-b10d-87f2ae17c7e5}"
    }
  }
}