Examine source code of Tpc Merger

Inspect and view changes in Tpc Merger 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": "Tpc Merger",
  "version": "2.0.3",
  "description": "Merges all of the browser's windows into the current window",
  "icons": {
    "48": "48.png",
    "128": "128.png"
  },
  "background": {
    "persistent": false,
    "scripts": [
      "background.js"
    ]
  },
  "browser_action": {
    "default_icon": "16.png",
    "default_title": "Merge Windows"
  },
  "manifest_version": 2
}