QR Share Firefox

Examine source code of QR Share

By: luxluth
Inspect and view changes in QR Share source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QR Share",
  "description": "Create sharable QR code for current tab's URL",
  "version": "0.0.2",
  "icons": {
    "16": "icons/qr-share-16.png",
    "48": "icons/qr-share-48.png",
    "128": "icons/qr-share-128.png"
  },
  "browser_action": {
    "default_icon": "icons/qr-share-48.png",
    "default_title": "QR Share",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "qrious.min.js",
        "translations.js",
        "content.js"
      ]
    }
  ],
  "permissions": [
    "activeTab",
    "clipboardWrite"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{65f823dc-476b-4d49-bbd5-f768cd9d229e}"
    }
  }
}

Best QR Share Alternatives

Here are some Firefox add-ons that are similar to QR Share: