Examine source code of JwtToken

Inspect and view changes in JwtToken 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": "JwtToken",
  "description": "decoded jwt、format json、decoded qrcode",
  "version": "0.7",
  "manifest_version": 3,
  "action": {
    "default_popup": "index.html",
    "default_icon": "img/icon.png"
  },
  "offline_enabled": true,
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "devtools_page": "devtools.html",
  "options_ui": {
    "page": "options.html"
  },
  "homepage_url": "https://blog.renzicu.com",
  "background": {
    "service_worker": "js/background.js"
  },
  "permissions": [
    "tabs",
    "webRequest",
    "storage"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}