Examine source code of CrunchyComments - Comments for Crunchyroll

Inspect and view changes in CrunchyComments - Comments for Crunchyroll 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": "Comments for Crunchyroll",
  "description": "Bring back comments to your series",
  "version": "0.0.2",
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.crunchyroll.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_action": {
    "default_icon": {
      "16": "/icon/gray16.png",
      "32": "/icon/gray32.png",
      "48": "/icon/gray48.png",
      "96": "/icon/gray96.png",
      "128": "/icon/gray.png"
    },
    "default_title": "CrunchyComments"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{88990707-08d7-4a7e-b9db-9f3fb7d84707}"
    }
  }
}