Duckduckgo searchbox extention

Duckduckgo searchbox extention

Adds a popup search box for duckduckgo, letting you search without opening a new tab or removing your current one. When you search it auto opens a new tab when you hit enter.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Duckduckgo search box extention",
  "version": "1.3",
  "description": "Adds a popup search box.",
  "icons": {
    "48": "you dont want to know.png"
  },
  "browser_action": {
    "default_popup": "files.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{50702348-3a30-46a5-b3bf-ea9110552913}"
    }
  }
}