Tab Restore

Tab Restore

Tab Restore helps to restore recently closed tabs and window sessions.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Tab Restore",
  "description": "Tab Restore helps to restore recently closed tabs and window sessions.",
  "version": "0.1.2",
  "options_page": "options.html",
  "browser_action": {
    "default_icon": {
      "19": "img/19.png",
      "38": "img/38.png"
    },
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "img/16.png",
    "19": "img/19.png",
    "32": "img/32.png",
    "38": "img/38.png",
    "48": "img/48.png",
    "128": "img/128.png"
  },
  "permissions": [
    "sessions",
    "tabs"
  ]
}