Minecraft World Adventure Game

Minecraft World Adventure Game

Play Minecraft World Adventure Online for Free. Minecraft World Adventure is fun and addicting online game suitable for all ages.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Minecraft World Adventure Game",
  "version": "1.0",
  "description": "Play Minecraft World Adventure Online for Free. Minecraft World Adventure is fun and addicting online game suitable for all ages.",
  "action": {
    "default_icon": "img/icon128.png"
  },
  "author": "Bishnu",
  "default_locale": "en",
  "background": {
    "service_worker": "service_worker.js"
  },
  "icons": {
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "offline_enabled": false,
  "host_permissions": [
    "https://allunblockedgames.com/panel/"
  ]
}