Automatically redirect to the new non-Fandom Minecraft wiki.
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"name": "New Minecraft Wiki Redirect",
"description": "Redirect to the new non-Fandom Minecraft wiki.",
"version": "1.5.0",
"manifest_version": 3,
"icons": {
"48": "img/icon48.png",
"128": "img/icon128.png"
},
"host_permissions": [
"*://minecraft.fandom.com/*",
"*://*.gamepedia.com/*",
"*://*.minecraftwiki.net/*"
],
"permissions": [
"declarativeNetRequest",
"storage"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "minecraft-wiki-redirect",
"enabled": true,
"path": "rules.json"
}
]
},
"background": {
"scripts": [
"background.js"
]
},
"options_ui": {
"page": "settings.html"
},
"action": {
"default_icon": {
"16": "img/icon16.png",
"24": "img/icon24.png",
"32": "img/icon32.png"
},
"default_title": "Toggle wiki redirect"
},
"browser_specific_settings": {
"gecko": {
"id": "new-minecraft-wiki-redirect@lordpipe",
"strict_min_version": "113.0"
},
"gecko_android": {
"id": "new-minecraft-wiki-redirect@lordpipe",
"strict_min_version": "120.0a1"
}
}
}