Art

Art

Get a quick art history lesson with each new tab. This open source extension grabs a random image of artwork provided by the MET.…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Art",
  "version": "0.9.1",
  "chrome_url_overrides": {
    "newtab": "art.html"
  },
  "permissions": [
    "https://www.metmuseum.org/"
  ],
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}