QR Code Firefox

Examine source code of QR Code

By: Theo
Inspect and view changes in QR Code source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "QR Code",
  "version": "1.0.6",
  "description": "Generates a QR code for the active tab URL.",
  "manifest_version": 3,
  "author": "Theo H.",
  "homepage_url": "https://github.com/theoholl/qr-code-web-extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "{db77fdbe-3907-42a6-8239-88d7865e0012}",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "36": "icons/icon-36-dark.png",
    "48": "icons/icon-48-dark.png",
    "72": "icons/icon-72-dark.png",
    "96": "icons/icon-96-dark.png"
  },
  "permissions": [
    "activeTab"
  ],
  "action": {
    "default_icon": {
      "36": "icons/icon-36-dark.png",
      "48": "icons/icon-48-dark.png",
      "72": "icons/icon-72-dark.png",
      "96": "icons/icon-96-dark.png"
    },
    "default_title": "QR Code",
    "default_popup": "popup.html",
    "theme_icons": [
      {
        "light": "icons/icon-36-light.png",
        "dark": "icons/icon-36-dark.png",
        "size": 36
      },
      {
        "light": "icons/icon-48-light.png",
        "dark": "icons/icon-48-dark.png",
        "size": 48
      },
      {
        "light": "icons/icon-72-light.png",
        "dark": "icons/icon-72-dark.png",
        "size": 72
      },
      {
        "light": "icons/icon-96-light.png",
        "dark": "icons/icon-96-dark.png",
        "size": 96
      }
    ]
  }
}

Best QR Code Alternatives

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