AIO Search Toolbar

AIO Search Firefox Toolbar provides you with an enhanced toolbar for searching on the web by categories and shows results in tabs on www.aiosearch.com .The add-on comes with 'keyword highlighter', 'keyword auto-complete' and context menu options.
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "background": {
    "scripts": [
      "bg.js"
    ]
  },
  "browser_action": {
    "default_icon": "19.png",
    "default_title": "AIO Search",
    "default_popup": "search.html"
  },
  "description": "All in one meta search engine collecting all search engines on a single page",
  "icons": {
    "16": "16.png",
    "32": "32.png",
    "48": "48.png",
    "128": "128.png"
  },
  "name": "AIO Search",
  "permissions": [
    "contextMenus",
    "tabs",
    "cookies",
    "http://suggestqueries.google.com/*",
    "http://*.aiosearch.com/*"
  ],
  "version": "1.6.2resigned1",
  "homepage_url": "http://www.aiosearch.com/",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self' ; object-src 'self'",
  "browser_specific_settings": {
    "gecko": {
      "id": "ASToolbar@aiosearch.com"
    }
  }
}