QR Code Generator

QR Code Generator

It helps you to generate the QR code based on the text you have provided🙂.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "QR Code Generator",
  "description": "It helps you to generate the QR code based on the text you have provided🙂.",
  "version": "1.0.0",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "icon/128.png",
    "default_title": "QR Code Generator"
  },
  "permissions": [
    "activeTab",
    "scripting"
  ],
  "icons": {
    "16": "icon/16.png",
    "48": "icon/48.png",
    "128": "icon/128.png"
  },
  "author": "Santosh Bhandari",
  "short_name": "QR Code",
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}