Cherry Blossom Petals

Cherry Blossom Petals

Overrides the New Tab and adds an animated cherry blossom petals.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cherry Blossom Petals",
  "description": "Overrides the New Tab and adds an animated cherry blossom petals.",
  "version": "0.2",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "Petals.html"
  },
  "manifest_version": 2
}