World Football New Tab

World Football New Tab

Stay up to date on the latest football news, scores and stats from around the world.

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://*.msn.com/*",
      "https://*.microsoft.com/*",
      "https://*.bing.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": [
    "http://g.ceipmsn.com/*",
    "https://*/*"
  ],
  "optional_permissions": [
    "topSites"
  ],
  "permissions": [
    "cookies",
    "management",
    "notifications",
    "alarms",
    "storage"
  ],
  "short_name": "__MSG_ExtensionShortName__",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.0.23"
}