Examine source code of MyAnimeList in sidebar

Inspect and view changes in MyAnimeList in sidebar 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": "MyAnimeList sidebar",
  "version": "1.3.2",
  "description": "MyAnimeList table in sidebar",
  "background": {
    "scripts": [
      "settings.js",
      "background.js",
      "site-mode.js"
    ]
  },
  "sidebar_action": {
    "default_title": "MyAnimeList",
    "default_panel": "index.html",
    "open_at_install": false,
    "default_icon": {
      "128": "favicon.png"
    }
  },
  "browser_action": {
    "default_area": "personaltoolbar",
    "browser_style": true,
    "default_icon": {
      "128": "favicon.png"
    }
  },
  "icons": {
    "48": "favicon.png",
    "128": "favicon.png"
  },
  "options_ui": {
    "page": "options/index.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "ahmedhanybaghdoda123@gmail.com"
    }
  },
  "permissions": [
    "webRequest",
    "webRequestBlocking"
  ]
}