Unfinished

Unfinished

Override the standard new tab page with a random unfinished artwork 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": "Unfinished",
  "description": "Override the standard new tab page with a random unfinished artwork from the Metropolitan Museum of Art's online collection",
  "version": "1.0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "random.html"
  },
  "manifest_version": 2
}