QR Code Maker

QR Code Maker

Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "QR Code Maker",
  "version": "1.06",
  "description": "Generate QR Code for vCard, URL and Business with logo in round, circle and heart shapes and beautify them with Chrome Extension.",
  "permissions": [
    "storage",
    "activeTab"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_popup": "main.html",
    "default_icon": {
      "16": "/images/icons/qrcodechimp16.png",
      "32": "/images/icons/qrcodechimp32.png",
      "48": "/images/icons/qrcodechimp48.png",
      "128": "/images/icons/qrcodechimp128.png"
    }
  },
  "icons": {
    "16": "/images/icons/qrcodechimp16.png",
    "32": "/images/icons/qrcodechimp32.png",
    "48": "/images/icons/qrcodechimp48.png",
    "128": "/images/icons/qrcodechimp128.png"
  },
  "options_page": "options.html",
  "manifest_version": 3
}