Examine source code of QR & Bar Code Generator

Inspect and view changes in QR & Bar Code Generator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "manifest_version": 3,
  "name": "QR & Bar code generator",
  "version": "2.0.1",
  "description": "Browser extension for QR & Bar Code generation",
  "action": {
    "default_popup": "index.html"
  },
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{676fad1b-6b8d-487e-93f2-132dc13860d7}"
    }
  }
}