UpSearches

UpSearches

Search. Simple and Fast. UpSearches is a search-focused extension that offers New Tab and default search that is simple and fast.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 3,
  "background": {
    "service_worker": "util.js"
  },
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png"
  },
  "description": "__MSG_appDesc__",
  "name": "__MSG_appName__",
  "default_locale": "en",
  "permissions": [
    "declarativeNetRequest",
    "storage",
    "scripting",
    "alarms"
  ],
  "host_permissions": [
    "https://*.upsearches.com/*"
  ],
  "chrome_url_overrides": {
    "newtab": "new-tab/new-tab.html"
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "name": "UpSearches",
      "keyword": "UpSearches",
      "search_url": "https://find.upsearches.com?PCSF=true&q={searchTerms}",
      "favicon_url": "https://www.upsearches.com/favicon.ico",
      "suggest_url": "https://suggest.upsearches.com/suggestionfeed/suggestion?format=JSON&q={searchTerms}",
      "encoding": "UTF-8",
      "is_default": true
    }
  },
  "short_name": "__MSG_appShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "3.0.0"
}