New Tab Direct - Forest

New Tab Direct - Forest

Lets you search through the web with a beautiful forest wallpaper and a search bar every new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.021",
  "name": "New Tab Direct - Forest",
  "description": "Lets you search through the web with a beautiful forest wallpaper and a search bar every new tab.",
  "icons": {
    "16": "icons/16x16.png",
    "48": "icons/48x48.png",
    "128": "icons/128x128.png"
  },
  "browser_action": {
    "default_icon": "icons/48x48.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/tab.html"
  }
}