QR Code Scanner AI Firefox

Examine source code of QR Code Scanner AI

By: B88
Inspect and view changes in QR Code Scanner AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "QR Code Scanner",
  "version": "1.1",
  "description": "A browser extension for scanning QR codes on webpages",
  "permissions": [
    "activeTab",
    "storage",
    "tabs"
  ],
  "browser_action": {
    "default_popup": "popup.html",
    "default_icon": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  },
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "js": [
        "content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{0aeab4fc-7613-45cc-8b54-e4a17f00e10a}"
    }
  }
}

Best QR Code Scanner AI Alternatives

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