Keep Last Two Tabs

Keep Last Two Tabs

This extension keep last two tabs to prevent Chrome quits when last tab is closed.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Keep Last Two Tabs",
  "version": "0.6",
  "description": "This extension keep last two tabs to prevent Chrome quits when last tab is closed.",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_page": "options.html",
  "permissions": [
    "tabs",
    "storage"
  ],
  "manifest_version": 2
}