Better new Minecraft Wiki

Better new Minecraft Wiki

Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Better new Minecraft Wiki",
  "version": "1.0.0",
  "description": "Prevents you from accessing 'minecraft.fandom.com' and redirects you to 'minecraft.wiki' instead",
  "default_locale": "en",
  "icons": {
    "16": "./img/wiki-16.png",
    "19": "./img/wiki-19.png",
    "38": "./img/wiki-38.png",
    "48": "./img/wiki-48.png",
    "128": "./img/wiki-128.png"
  },
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": "./img/wiki-48.png"
  },
  "declarative_net_request": {
    "rule_resources": [
      {
        "id": "ruleset_1",
        "enabled": true,
        "path": "rules-1.json"
      }
    ]
  },
  "permissions": [
    "declarativeNetRequest",
    "contextMenus"
  ],
  "host_permissions": [
    "*://minecraft.fandom.com/"
  ],
  "background": {
    "service_worker": "background.js"
  }
}