QR Code Tab Refactoring Firefox

Examine source code of QR Code Tab Refactoring

By: dawn-lc Add-on
Inspect and view changes in QR Code Tab Refactoring source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "description": "__MSG_extensionDescription__",
  "version": "2.2.0",
  "default_locale": "en",
  "homepage_url": "https://github.com/dawn-lc/qrcode-tab-extension",
  "browser_specific_settings": {
    "gecko": {
      "id": "{62e3f118-5444-4c12-838f-68ce187f42d3}",
      "strict_min_version": "140.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    },
    "gecko_android": {
      "strict_min_version": "142.0"
    }
  },
  "icons": {
    "16": "icons/icon.svg",
    "32": "icons/icon.svg",
    "48": "icons/icon.svg",
    "128": "icons/icon.svg"
  },
  "permissions": [
    "tabs"
  ],
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "__MSG_extensionTitle__",
    "default_popup": "index.html"
  },
  "page_action": {
    "browser_style": true,
    "default_icon": "icons/icon.svg",
    "default_title": "__MSG_extensionTitle__",
    "default_popup": "index.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  }
}

Best QR Code Tab Refactoring Alternatives

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