Examine source code of Close same domain tabs

Inspect and view changes in Close same domain tabs 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": 2,
  "name": "Close same domain tabs",
  "version": "1.0",
  "description": "Closes all tabs for the same domain",
  "icons": {
    "16": "icons/close16.png",
    "32": "icons/close32.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ]
}