MET Patterns

MET Patterns

Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MET Patterns",
  "description": "Override the standard new tab page with a random image from the Metropolitan Museum of Art's online collection",
  "version": "1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "random.html"
  },
  "manifest_version": 2
}