New York Times Homepage Bylines

New York Times Homepage Bylines

Add bylines back to the NYT homepage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "New York Times Homepage Bylines",
  "version": "0.0.1",
  "description": "Add bylines back to the NYT homepage.",
  "author": "EC Mendenhall",
  "homepage_url": "https://github.com/ecmendenhall/nyt-bylines",
  "content_scripts": [
    {
      "matches": [
        "*://*.nytimes.com/"
      ],
      "js": [
        "bylines.js"
      ]
    }
  ],
  "manifest_version": 2
}