Wikipedia Search

Wikipedia Search

To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Wikipedia Search",
  "short_name": "wiki Search",
  "description": "To use, type 'wiki' & space, and a query term into the Omnibox. timothytocci.com",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "wiki"
  },
  "icons": {
    "16": "wiki_16.png",
    "32": "wiki_32.png",
    "48": "wiki_48.png",
    "128": "wiki_128.png"
  },
  "manifest_version": 2
}