Drupal API Search

Drupal API Search

Add support to the omnibox to search the Drupal API

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Drupal API Search",
  "description": "Add support to the omnibox to search the Drupal API",
  "omnibox": {
    "keyword": "dapi"
  },
  "icons": {
    "16": "icon.png",
    "128": "icon_128.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "version": "1.0",
  "minimum_chrome_version": "9",
  "manifest_version": 2
}