Haikyuu New Tab

Haikyuu New Tab

Replaces each new tab with a pastel background and an image from the Haikyuu manga.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Haikyuu New Tab",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Replaces each new tab with a pastel background and an image from the Haikyuu manga.",
  "chrome_url_overrides": {
    "newtab": "page.html"
  },
  "browser_action": {
    "default_title": "Haikyuu New Tab",
    "default_icon": "hinataicon.png"
  }
}