Compass Documentation Search

Compass Documentation Search

Add support to the omnibox to search the Compass documentation

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Compass Documentation Search",
  "description": "Add support to the omnibox to search the Compass documentation",
  "omnibox": {
    "keyword": "compass"
  },
  "icons": {
    "16": "icon.png"
  },
  "background": {
    "scripts": [
      "background.js",
      "suggestions.js"
    ]
  },
  "version": "1.1",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}