Smart Searching Tab

Smart Searching Tab

Smart Searching replaces your new tab page and provides you with popular trending searches!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "background": {
    "persistent": true,
    "scripts": [
      "js/config.js",
      "js/store.js",
      "js/utility.js",
      "js/log.js",
      "js/dailyFeature.js",
      "js/search.js",
      "central.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "128": "icon.png"
    },
    "default_popup": "html/bAction/newtabpage.html",
    "default_title": "Open NewTab"
  },
  "chrome_url_overrides": {
    "newtab": "newtabhtml/newtabpage.html"
  },
  "default_locale": "en",
  "description": "__MSG_ProductDescription__",
  "icons": {
    "128": "icon.png"
  },
  "incognito": "split",
  "manifest_version": 2,
  "name": "__MSG_ProductName__",
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "contextMenus",
    "alarms",
    "*://*.hsmartsearching.net/*"
  ],
  "version": "1.5.2",
  "web_accessible_resources": [
    "*.json"
  ]
}