Clean Fluttershy New Tab

Clean Fluttershy New Tab

Replaces the default New Tab page with a clean one for the Fluttershy Theme. Background by Chromiapegasus.

Merlin
Additional files are visible only to premium users

manifest.json


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