Minecraft New Tab

Welcome to the Minecraft New Tab extension!
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png"
    }
  },
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionDescription__",
  "externally_connectable": {
    "matches": [
      "https://*.bing.com/*",
      "https://*.microsoft.com/*",
      "https://*.minecraft.net/",
      "https://*.msn.com/*"
    ]
  },
  "host_permissions": [
    "https://*.bing.com/*",
    "https://*.microsoft.com/*",
    "https://*.minecraft.net/",
    "https://*.msn.com/*"
  ],
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 3,
  "name": "__MSG_ExtensionName__",
  "optional_permissions": [
    "topSites"
  ],
  "permissions": [
    "alarms",
    "cookies",
    "management",
    "storage"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.0.15",
  "web_accessible_resources": [
    {
      "matches": [],
      "resources": [
        "*.png",
        "*.jpg"
      ]
    }
  ]
}