The QR Code Extension

The QR Code Extension

Allows to generate a QR Code for the current page and scan a QR Code using the webcam.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "The QR Code Extension",
  "description": "__MSG_application_description__",
  "default_locale": "en",
  "version": "0.5",
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  },
  "permissions": [
    "activeTab"
  ],
  "optional_permissions": [],
  "action": {
    "default_icon": {
      "19": "images/icon19.png",
      "38": "images/icon38.png"
    },
    "default_title": "The QR Code Extension",
    "default_popup": "index.html"
  }
}