Generate QR code from your url Firefox

Examine source code of Generate QR code from your url

Inspect and view changes in Generate QR code from your url source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "browser_specific_settings": {
    "gecko": {
      "id": "mlbhawaiianshirt@gmail.com"
    }
  },
  "name": "__MSG_appName__",
  "version": "1.0.2",
  "manifest_version": 3,
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/16.png",
    "128": "images/128.png"
  },
  "default_locale": "en",
  "background": {
    "service_worker": "background.js",
    "type": "module",
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "tabs"
  ],
  "content_scripts": [
    {
      "matches": [
        "*://*/*"
      ],
      "js": [
        "scripts/libs/jquery.min.js",
        "scripts/libs/popper.min.js",
        "scripts/libs/bootstrap.min.js",
        "scripts/libs/qrcode.min.js"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "action": {
    "default_icon": {
      "16": "images/16.png"
    },
    "default_title": "Generate QR code from your url",
    "default_popup": "qrcode.html"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "images/*.jpeg",
        "images/*.png"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'"
  }
}

Best Generate QR code from your url Alternatives

Here are some Firefox add-ons that are similar to Generate QR code from your url: