Live On

Live On

keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Live On",
  "manifest_version": 2,
  "version": "0.3",
  "description": "keeps chrome from closing when the last tab is closed by creating a pinned tab when there is one tab left.",
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "background": {
    "page": "background.html"
  },
  "permissions": [
    "tabs"
  ]
}