USSeek Enhanced Search

USSeek Enhanced Search

Set your home page to USSeek with enhanced search of the Web, Images, Businesses, Videos and much more

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "USSeek Enhanced Search",
  "description": "Set your home page to USSeek with enhanced search of the Web, Images, Businesses, Videos and much more",
  "version": "1.1.22",
  "chrome_url_overrides": {
    "newtab": "redirect.html"
  },
  "content_scripts": [
    {
      "matches": [
        "https://www.usseek.com/*",
        "https://usseek.com/*",
        "http://www.usseek.com/*",
        "https://usseek.com/*"
      ],
      "js": [
        "js/background.js"
      ]
    }
  ],
  "chrome_settings_overrides": {
    "search_provider": {
      "alternate_urls": [],
      "encoding": "UTF-8",
      "favicon_url": "https://www.usseek.com/favicon.ico",
      "instant_url": "https://www.usseek.com/search/{searchTerms}?utm_source=exten-inst",
      "instant_url_post_params": "",
      "is_default": true,
      "keyword": "Default-Search",
      "name": "USSeek",
      "search_url": "https://www.usseek.com/search/{searchTerms}?utm_source=exten-srch",
      "search_url_post_params": ""
    }
  },
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2,
  "permissions": [
    "activeTab"
  ],
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}