NewTab. Search

NewTab. Search

Enter search requests in the address field and get results from NewTab.club

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "scripts": [
      "js/background.js"
    ]
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "encoding": "UTF-8",
      "favicon_url": "https://newtab.club/favicon.ico",
      "is_default": true,
      "keyword": "newtab.club",
      "name": "__MSG_searchName__",
      "search_url": "https://newtab.club/search?q={searchTerms}",
      "suggest_url": "https://newtab.club/search/suggest.php?q={searchTerms}"
    }
  },
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "default_locale": "en",
  "description": "__MSG_appDesc__",
  "icons": {
    "16": "icons/icon-16.png",
    "48": "icons/icon-48.png",
    "128": "icons/icon-128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "permissions": [
    "cookies",
    "history",
    "*://*.newtab.club/*"
  ],
  "version": "1.0.0.10"
}