Examine source code of Never Automatically Switch to Pinned Tabs

Inspect and view changes in Never Automatically Switch to Pinned 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": "Never Automatically Switch to Pinned Tabs",
  "version": "1.1resigned1",
  "description": "Open a new tab after closing all non-pinned tabs instead of switching to the last pinned tab.",
  "icons": {
    "60": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e62f31c9-2e26-465b-b4af-e8852e71fef6}"
    }
  }
}