New Tab Beautifier

New Tab Beautifier

Beautify Chrome's new tab page with awesome background images.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "browser_action": {
    "default_icon": "images/icon.png"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ],
    "persistent": false
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "description": "Beautify Chrome's new tab page with awesome background images.",
  "icons": {
    "128": "images/icon.png"
  },
  "manifest_version": 2,
  "name": "New Tab Beautifier",
  "version": "1.0"
}