Examine source code of Enhance Salesforce Header

Inspect and view changes in Enhance Salesforce Header 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
{
  "author": "Satrang Technologies",
  "background": {
    "service_worker": "back.js"
  },
  "action": {
    "default_icon": "img/ESH.png"
  },
  "content_scripts": [
    {
      "js": [
        "jquery-1.11.1.min.js",
        "background.js"
      ],
      "matches": [
        "*://*.my.salesforce.com/*"
      ]
    }
  ],
  "description": "This extension displays logged in Org/User name, current time and Logout, Dev Console, My Settings and My Profile as separate links.",
  "homepage_url": "http://www.satrangtech.com/",
  "icons": {
    "8": "img/ESH.png",
    "16": "img/ESH.png",
    "24": "img/ESH.png",
    "32": "img/ESH.png",
    "48": "img/ESH.png",
    "64": "img/ESH.png"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAttVfVSgCIogbkmBZZPuoWVnNrRtux8cPN0P4mrYuqN9TLmWNWMDGgbitpARx0UNorNdYDHA6cOSDvGelQQTXYIci6xk1ozqHReF+HmlULdLNGdYOVyO8suvc+C92F0T5+Pggeo1YGIGvygO63hvIhXzbjmClmQLT1PiPPj174iiKjImVJpzj0A37fE19mC6oMDGgawZrJ34F51Desf5wtFVgS3nQ1m0suDvC9YMSzOQ90/hnkWn8UAgfHMwjT/ESVgN+28l9pcQ9l5iXYaa/hx6FN/fC2QPSXPG1GfVL3Awn1K3Vsh9ZDTYRspaplHp1z8HA25UYCjuIDN5AdH6K9wIDAQAB",
  "manifest_version": 3,
  "name": "Enhance Salesforce Header",
  "host_permissions": [
    "*://*.my.salesforce.com/*"
  ],
  "permissions": [
    "storage"
  ],
  "short_name": "Org/User Name, Current Time, Logout, Dev Console, My Settings and My Profile",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "5.0.0",
  "web_accessible_resources": [
    {
      "extension_ids": [],
      "matches": [],
      "resources": [
        "background.js"
      ]
    }
  ]
}