Examine source code of Tab Activate V2

Inspect and view changes in Tab Activate V2 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",
  "manifest_version": 3,
  "name": "Tab Activate V2",
  "version": "1.2",
  "description": "Automatically focuses new tabs, avoiding issues during session restoration.",
  "permissions": [
    "tabs",
    "storage"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "icons": {
    "128": "./icon128.png"
  }
}