League of Legends New Tab

League of Legends New Tab

Stay connected with League of Legends in your browser with this official extension from Microsoft.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "service_worker": "rootServiceWorker.js"
  },
  "action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionDescription__",
  "externally_connectable": {
    "matches": [
      "https://*.bing.com/*",
      "https://*.leagueoflegends.com/",
      "https://*.microsoft.com/*",
      "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__",
  "host_permissions": [
    "https://*.bing.com/*",
    "https://*.leagueoflegends.com/",
    "https://*.microsoft.com/*",
    "https://*.msn.com/*"
  ],
  "optional_permissions": [
    "topSites",
    "favicon"
  ],
  "permissions": [
    "alarms",
    "cookies",
    "management",
    "notifications",
    "storage"
  ],
  "short_name": "__MSG_ExtensionShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.14"
}