Examine source code of AutoJWT

Inspect and view changes in AutoJWT 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
{
  "name": "AutoJWT",
  "description": "Browser developer extension to automatically find, parse, and copy JWT authorization tokens",
  "version": "0.5.2",
  "manifest_version": 2,
  "permissions": [
    "clipboardWrite"
  ],
  "background": {
    "scripts": [
      "browser-polyfill.js",
      "background.js"
    ]
  },
  "devtools_page": "devtools.html",
  "icons": {
    "16": "/images/get_started16.png",
    "32": "/images/get_started32.png",
    "48": "/images/get_started48.png",
    "128": "/images/get_started128.png"
  }
}