sez

sez

Deeper, Faster, Cleverer Web Browsing.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "sez",
  "version": "3.0.2",
  "description": "Deeper, Faster, Cleverer Web Browsing.",
  "background": {
    "scripts": [
      "runtime.js",
      "anticipator.js",
      "eventPage.js"
    ],
    "persistent": false
  },
  "browser_action": {
    "default_icon": {
      "16": "sezLogo_16.png"
    },
    "default_title": "Click to open sez's documentation."
  },
  "commands": {
    "dupetab": {
      "suggested_key": {
        "default": "Alt+Shift+Right"
      },
      "description": "reopens the current page in a new tab"
    },
    "winfresh": {
      "suggested_key": {
        "default": "Alt+Shift+Down"
      },
      "description": "closes the current tab and refreshes it in a new window"
    },
    "tabret": {
      "suggested_key": {
        "default": "Alt+Shift+Up"
      },
      "description": "closes the current window and refreshes it in a tab in the base window"
    },
    "key": {
      "suggested_key": {
        "default": "Alt+Shift+Z"
      },
      "description": "raises the root window"
    }
  },
  "icons": {
    "16": "sezLogo_16.png",
    "32": "sezLogo_32.png",
    "48": "sezLogo_48.png",
    "128": "sezLogo_128.png"
  },
  "incognito": "split",
  "omnibox": {
    "keyword": "z"
  },
  "permissions": [
    "activeTab",
    "tabs"
  ],
  "web_accessible_resources": [
    "docFULL.html",
    "docKEY.html",
    "sezUpdate.html",
    "WELCOME.html"
  ]
}