I'm Feeling Lucky

I'm Feeling Lucky

Use I'm feeling lucky right from the Omnibox or from highlighted text

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "I'm Feeling Lucky",
  "description": "Use I'm feeling lucky right from the Omnibox or from highlighted text",
  "version": "0.0.2",
  "author": "[email protected]",
  "omnibox": {
    "keyword": "\\"
  },
  "icons": {
    "48": "icons/icon48.png",
    "98": "icons/icon98.png",
    "172": "icons/icon172.png"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "permissions": [
    "activeTab",
    "tabs",
    "contextMenus"
  ]
}