Mineworlds | Map Share & Import

Mineworlds | Map Share & Import

Play the ultimate browser-based Minecraft like game with Mineworlds.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Mineworlds | Map Share & Import",
  "description": "Play the ultimate browser-based Minecraft like game with Mineworlds.",
  "short_name": "ToonCraft",
  "version": "3.4",
  "manifest_version": 3,
  "content_scripts": [
    {
      "matches": [
        "https://*.minecraftfangames.pw//*"
      ],
      "run_at": "document_end",
      "js": [
        "contentScript.js"
      ]
    }
  ],
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "icons/icon-128.png"
    },
    "icons": {
      "16": "icons/icon-16.png",
      "48": "icons/icon-48.png",
      "128": "icons/icon-128.png"
    }
  }
}