MineTab by Minecraft Apk Live

MineTab by Minecraft Apk Live

MineTab features some of the best Minecraft background to spice up your Chrome browser and give you the Minecraft feels.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "MineTab by Minecraft Apk Live",
  "version": "0.0.1",
  "manifest_version": 2,
  "description": "MineTab features some of the best Minecraft background to spice up your Chrome browser and give you the Minecraft feels.",
  "icons": {
    "16": "icons/icon16.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "page_action": {
    "default_icon": "icons/icon19.png",
    "default_title": "MineTab",
    "default_popup": "src/page_action/page_action.html"
  },
  "chrome_url_overrides": {
    "newtab": "src/override/override.html"
  }
}