World Soccer New Tab

World Soccer New Tab

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

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": false,
    "scripts": [
      "background.js",
      "ping.js",
      "notifications.js",
      "onMessage.js"
    ]
  },
  "browser_action": {
    "default_icon": {
      "16": "images/16x16.png",
      "32": "images/32x32.png"
    }
  },
  "chrome_settings_overrides": {
    "search_provider": {
      "is_default": true,
      "prepopulated_id": 1,
      "search_url": "https://www.bing.com/search?FORM=U529DF&PC=U529&q={searchTerms}",
      "suggest_url": "{bing:baseURL}qbox?query={searchTerms}&language={language}&PC=U529&{bing:partner}{bing:cvid}{bing:ig}{google:inputType}{google:cursorPosition}{google:pageClassification}{bing:features}{bing:flights}"
    }
  },
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "default_locale": "en",
  "description": "__MSG_ExtensionDescription__",
  "externally_connectable": {
    "matches": [
      "http://*.msn.com/*",
      "https://*.msn.com/*",
      "http://*.microsoft.com/*",
      "https://*.microsoft.com/*",
      "http://*.bing.com/*",
      "https://*.bing.com/*"
    ]
  },
  "icons": {
    "16": "images/16x16.png",
    "32": "images/32x32.png",
    "48": "images/48x48.png",
    "128": "images/128x128.png"
  },
  "manifest_version": 2,
  "name": "__MSG_ExtensionName__",
  "optional_permissions": [
    "webRequest",
    "webRequestBlocking"
  ],
  "permissions": [
    "cookies",
    "storage",
    "management",
    "tabs",
    "http://*/*",
    "https://*/*",
    "notifications",
    "topSites"
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
  "version": "0.0.0.13"
}