Multisearch

Multisearch

Replaces the New Tab screen with site-specific Google search fields, which you can customize.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Multisearch",
  "version": "1.0.1",
  "description": "Replaces the New Tab screen with site-specific Google search fields, which you can customize.",
  "author": "Sawyer Hollenshead",
  "icons": {
    "16": "icon16.png",
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "options_ui": {
    "page": "options.html",
    "chrome_style": true
  },
  "permissions": [
    "storage"
  ]
}