Myanimelist Redesign Firefox

Examine source code of Myanimelist Redesign

Inspect and view changes in Myanimelist Redesign source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Myanimelist Redesign",
  "description": "A redesigned user interface for Myanimelist with dark mode",
  "version": "1.4",
  "browser_specific_settings": {
    "gecko": {
      "strict_min_version": "52.0"
    }
  },
  "icons": {
    "128": "images/main-logo.png"
  },
  "browser_action": {
    "default_icon": "images/main-logo.png",
    "default_popup": "menu/menu.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "https://myanimelist.net/*",
    "storage"
  ],
  "content_scripts": [
    {
      "run_at": "document_start",
      "matches": [
        "https://myanimelist.net/*"
      ],
      "js": [
        "functionX/functionX.js",
        "javascript/mal_redesigned.js"
      ]
    },
    {
      "run_at": "document_start",
      "matches": [
        "https://myanimelist.net/ownlist/*"
      ],
      "js": [
        "javascript/mal_redesigned_iframe.js"
      ],
      "all_frames": true
    }
  ],
  "web_accessible_resources": [
    "images/*"
  ]
}

Best Myanimelist Redesign Alternatives

Here are some Firefox add-ons that are similar to Myanimelist Redesign: