Examine source code of Anime Discord Rich Presence

Inspect and view changes in Anime Discord Rich Presence 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": "Anime Discord Rich Presence",
  "version": "0.0.13",
  "description": "Let your friends know what anime you're watching via Discord Rich Presence..",
  "homepage_url": "https://www.mrteddy.xyz/anime/",
  "icons": {
    "16": "images/rpc_off_16.png",
    "48": "images/rpc_off_48.png",
    "128": "images/rpc_off_128.png"
  },
  "permissions": [
    "activeTab",
    "tabs",
    "storage"
  ],
  "options_ui": {
    "page": "options.html"
  },
  "browser_action": {
    "default_icon": "images/rpc_off.png",
    "default_title": "Anime Discord Rich Presence",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "oppai.js"
    ],
    "persistent": false
  },
  "applications": {
    "gecko": {
      "id": "weeb@mrteddy.xyz"
    }
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.kissanime.ac/Anime/*/*",
        "*://*.kissanime.si/Anime/*/*",
        "*://*.kissanime.ru/Anime/*/*",
        "*://*.9anime.to/watch/*",
        "*://*.toonget.net/*",
        "*://*.crunchyroll.com/*/*",
        "*://*.funimation.com/shows/*",
        "*://*.animeheaven.eu/watch.php?a=*",
        "*://*.twist.moe/*",
        "*://*.otakustream.tv/anime/*/*",
        "*://*.animepahe.com/play/*/*",
        "*://*.kickassanime.io/anime/*",
        "*://*.animefreak.tv/watch/*/*/*",
        "*://*.animefever.tv/anime/*/*/*/*",
        "*://*.animeseries.co/watch/*",
        "*://*.animedao25.stream/view/*/",
        "*://*.animebee.to/watch/*/*"
      ],
      "js": [
        "scripts/pantsu.js"
      ]
    }
  ]
}