The New York Times Headlines New Tab

The New York Times Headlines New Tab

Keep up with the headlines in your new tab.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The New York Times Headlines New Tab",
  "version": "3.1",
  "manifest_version": 3,
  "description": "Keep up with the headlines in your new tab.",
  "icons": {
    "128": "icons/NYTlogo128.png"
  },
  "chrome_url_overrides": {
    "newtab": "src/newtab/newtab.html"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage"
  ]
}