Examine source code of Art from The Metropolitan Museum of Art

Inspect and view changes in Art from The Metropolitan Museum of Art source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Art from The Metropolitan Museum of Art",
  "version": "3.4",
  "description": "The Met's 450k+ online artworks brought to your browser.",
  "author": "Madhav Tankha",
  "short_name": "Art from The Met",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "permissions": [
    "activeTab"
  ],
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "manifest_version": 2
}