Examine source code of QR Generator

Inspect and view changes in QR 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "QR Generator",
  "version": "0.0.2",
  "description": "Scan Share and save with ease – Create Custom QR Codes in Seconds ",
  "icons": {
    "16": "./img/logo.png",
    "32": "./img/logo.png",
    "42": "./img/logo.png",
    "128": "./img/logo.png"
  },
  "action": {
    "default_icon": "./img/logo.png"
  },
  "chrome_url_overrides": {
    "newtab": "./src/main.html"
  },
  "permissions": []
}