Examine source code of Hide MangaDex Releases

Inspect and view changes in Hide MangaDex Releases 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": "Hide MangaDex Releases",
  "version": "0.93",
  "author": "Vinh Q. Tran",
  "description": "Hide releases from specific groups and uploaders on MangaDex",
  "options_ui": {
    "page": "options.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "48": "icons/icon.png",
    "96": "icons/icon@2x.png"
  },
  "permissions": [
    "storage",
    "webRequest",
    "webRequestBlocking",
    "https://mangadex.org/*",
    "https://api.mangadex.org/*"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{cd4977a6-adea-4a19-ac9f-4a74677fdf48}"
    }
  }
}