Omgili Search

Omgili Search

To use, type 'omg' & 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": "Omgili Search",
  "short_name": "omg Search",
  "description": "To use, type 'omg' & space, and a query term into the Omnibox. timothytocci.com",
  "version": "0.1",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "omnibox": {
    "keyword": "omg"
  },
  "icons": {
    "16": "omg_16.png",
    "32": "omg_32.png",
    "48": "omg_48.png",
    "128": "omg_128.png"
  },
  "manifest_version": 2
}