Clean Rainbow Dash New Tab

Clean Rainbow Dash New Tab

Replaces the default New Tab page with a clean one for the Rainbow Dash Theme. Background by episkopi.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Clean Rainbow Dash New Tab",
  "description": "Replaces the default New Tab page with a clean one for the Rainbow Dash Theme. Background by episkopi.",
  "version": "1.0.0",
  "manifest_version": 2,
  "icons": {
    "128": "icon128.png"
  },
  "chrome_url_overrides": {
    "newtab": "nt.html"
  }
}