Minecraft Legends

Minecraft Legends

Minecraft Legends might possibly be the best free installer for a really good and fun game. There are no ads or IAP in this extension or the downloadable services which it offers. Discover the mysteries of Minecraft Legends.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Minecraft Legends",
  "version": "1.0",
  "manifest_version": 2,
  "description": "Minecraft Legends Chrome",
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "browser_action": {
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    },
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab"
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{86375f65-7269-4ce2-830a-18f7d8f36e97}"
    }
  }
}