Pinned Tab Fix

Pinned Tab Fix

Set the active tab to the first non-pinned tab on startup.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "author": "Kanon Lo",
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "description": "Set the active tab to the first non-pinned tab on startup.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "manifest_version": 2,
  "name": "Pinned Tab Fix",
  "update_url": "http://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}