The Ending of Evangelion

The Ending of Evangelion

Listen to the original Neon Genesis Evangelion endings on Netflix.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "The Ending of Evangelion",
  "version": "0.2.0",
  "manifest_version": 2,
  "description": "Listen to the original Neon Genesis Evangelion endings on Netflix.",
  "default_locale": "en",
  "content_scripts": [
    {
      "matches": [
        "*://*.netflix.com/watch/*"
      ],
      "js": [
        "js/episodesMetadata.js",
        "js/playProperEndingTheme.js"
      ]
    }
  ],
  "icons": {
    "16": "icons/sachiel16.png",
    "48": "icons/sachiel48.png",
    "128": "icons/sachiel128.png"
  }
}