Sesh

Sesh

Unclutter your browser by putting away tabs and coming back to them later.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Sesh",
  "version": "0.4.1.5",
  "description": "Unclutter your browser by putting away tabs and coming back to them later.",
  "manifest_version": 2,
  "icons": {
    "16": "sesh icon 16x16.png",
    "48": "sesh icon 48x48.png",
    "128": "sesh icon 128x128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "bookmarks",
    "tabs",
    "chrome://favicon/"
  ],
  "browser_action": {
    "default_title": "Sesh",
    "default_icon": "sesh icon 19x19.png",
    "default_popup": "popup.html"
  }
}