Examine source code of Automail

Inspect and view changes in Automail 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
{
  "manifest_version": 2,
  "name": "Automail",
  "version": "9.99.40",
  "description": "Extra parts for Anilist.co",
  "icons": {
    "48": "icons/automail-48.png",
    "96": "icons/automail-96.png",
    "128": "icons/automail-128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://anilist.co/*"
      ],
      "js": [
        "automail.js"
      ]
    }
  ],
  "permissions": [
    "*://graphql.anilist.co/*",
    "*://myanimelist.net/*",
    "webRequest"
  ]
}