Search Engines Helper

Search Engines Helper

Add a custom search engine and export/import all the search urls and icon urls for all search engines added to Firefox.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "Search Engines Helper",
  "version": "3.5.0",
  "description": "Add / export and import custom search engines",
  "icons": {
    "128": "icons/128.png"
  },
  "browser_action": {
    "default_title": "Search Engines Helper",
    "browser_style": true,
    "default_popup": "popup.html"
  },
  "web_accessible_resources": [
    "search-template.xml"
  ],
  "permissions": [
    "contextMenus",
    "activeTab",
    "notifications"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "applications": {
    "gecko": {
      "strict_min_version": "57.0",
      "id": "{65a2d764-7358-455b-930d-5afa86fb5ed0}"
    }
  }
}