JavaEE API Search

JavaEE API Search

Adds support to the omnibox to search the JavaEE API.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "JavaEE API Search",
  "description": "Adds support to the omnibox to search the JavaEE API.",
  "manifest_version": 2,
  "background": {
    "scripts": [
      "index.js",
      "String.js",
      "background.js"
    ]
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "128": "icons/icon128.png"
  },
  "omnibox": {
    "keyword": "jee"
  },
  "permissions": [
    "tabs",
    "http://docs.oracle.com/",
    "https://docs.oracle.com/"
  ],
  "version": "3.0.0"
}