Quick QR - Free QR Code Generator

Quick QR - Free QR Code Generator

Quickly generate QR codes for the current page in one click 100% free, no ads! and offline support!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Quick QR - Free QR Code Generator",
  "version": "1.1.0",
  "description": "Quickly generate QR codes for the current page in one click 100% free, no ads! and offline support!",
  "permissions": [
    "storage",
    "tabs"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "action": {
    "default_icon": {
      "32": "img/favicon.png",
      "64": "img/favicon.png"
    },
    "default_title": "Quick QR - Free QR Code Generator",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/favicon.png",
    "48": "img/favicon.png",
    "128": "img/favicon.png"
  },
  "manifest_version": 3,
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}