Queria Toolbar for Google Chrome™

Queria Toolbar for Google Chrome™

Search the entire web from the comfort of your browser.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "Queria Toolbar for Google Chrome™",
  "version": "3.0.3",
  "description": "Search the entire web from the comfort of your browser.",
  "manifest_version": 2,
  "options_page": "options.html",
  "browser_action": {
    "default_icon": "skin/19.png",
    "default_title": "Queria Toolbar",
    "default_popup": "popup.html"
  },
  "icons": {
    "16": "skin/16.png",
    "32": "skin/32.png",
    "48": "skin/48.png",
    "128": "skin/128.png"
  }
}