Examine source code of Bitly | Short links and QR Codes

Inspect and view changes in Bitly | Short links and QR Codes 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",
  "name": "Bitly | Short links and QR Codes",
  "description": "Create short, powerful links and QR Codes and share them with the world.",
  "version": "4.2.2",
  "manifest_version": 3,
  "action": {
    "default_title": "Bitly",
    "default_popup": "index.html",
    "default_icon": "bitly-logo-md.png"
  },
  "icons": {
    "16": "bitly-logo-sm.png",
    "128": "bitly-logo-lg.png"
  },
  "permissions": [
    "activeTab",
    "clipboardWrite",
    "identity",
    "storage",
    "contextMenus"
  ],
  "host_permissions": [
    "https://api-ssl.bitly.com/"
  ],
  "minimum_chrome_version": "88.0.0.0",
  "background": {
    "service_worker": "./static/js/background.js",
    "type": "module"
  }
}