Don't Leave

Don't Leave

This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Don't Leave",
  "version": "1.0.3",
  "description": "This browser extension prevents your important tabs from closing, reloading, or leaving in order to keep you focused.",
  "icons": {
    "16": "img/icon.png",
    "48": "img/icon.png",
    "128": "img/icon.png"
  },
  "browser_action": {
    "default_icon": "img/icon.png",
    "default_popup": "popup.html",
    "icons": [
      "img/icon.svg"
    ]
  },
  "permissions": [
    "activeTab",
    "<all_urls>"
  ]
}