Free QR Code Generator

Free QR Code Generator

Generate QR Code for the current page URL or for any text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Free QR Code Generator",
  "description": "Generate QR Code for the current page URL or for any text",
  "version": "1.0",
  "permissions": [
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": "icon128.png"
  },
  "icons": {
    "16": "icon16.png",
    "128": "icon128.png"
  }
}