Free Qr code generator without ads - Rqrcode

Free Qr code generator without ads - Rqrcode

QR Code Generation Directly from Your Chrome Toolbar

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 without ads - Rqrcode",
  "version": "1.5",
  "description": "QR Code Generation Directly from Your Chrome Toolbar",
  "permissions": [],
  "icons": {
    "48": "icon.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  }
}