Examine source code of GitKraken

Inspect and view changes in GitKraken 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": "GitKraken",
  "description": "The GitKraken Browser Extension bridges your hosted git repositories to GitKraken Desktop and with GitLens in VS Code.",
  "version": "2025.1.614",
  "icons": {
    "16": "icons/gk-grey-16.png",
    "32": "icons/gk-grey-32.png",
    "48": "icons/gk-grey-48.png",
    "128": "icons/gk-grey-128.png"
  },
  "permissions": [
    "cookies",
    "scripting",
    "storage",
    "webNavigation"
  ],
  "host_permissions": [
    "*://*.github.com/*",
    "*://*.gitlab.com/*",
    "*://*.bitbucket.org/*",
    "*://*.dev.azure.com/*",
    "*://*.gitkraken.dev/*"
  ],
  "action": {
    "default_popup": "static/popup.html"
  },
  "background": {
    "service_worker": "dist/service-worker.js"
  },
  "optional_host_permissions": [
    "*://*/*"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}