NYPL Digital Collections Tab

NYPL Digital Collections Tab

View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "NYPL Digital Collections Tab",
  "description": "View a historic image from the New York Public Library’s Digital Collections, every time you open a new tab.",
  "short_name": "NYPL Digital Collections Tab",
  "homepage_url": "http://spacetime.nypl.org/",
  "version": "1.0.1",
  "incognito": "split",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "48": "images/nypl-48.png",
    "128": "images/nypl-128.png"
  },
  "web_accessible_resources": [
    "index.html"
  ],
  "content_security_policy": "script-src 'self' https://wwww.nypl.org/*; object-src 'self'",
  "permissions": [
    "http://spacetime.nypl.org/",
    "https://*.nypl.org/",
    "https://brick-by-brick.herokuapp.com/"
  ]
}