Soccer

Soccer

New tab wallpaper, theme: Soccer

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "1.0.836.444",
  "name": "Soccer",
  "description": "New tab wallpaper, theme: Soccer",
  "icons": {
    "128": "icons/Pics4NewTab-128.png"
  },
  "background": {
    "scripts": [
      "js/brand.js",
      "js/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/Pics4NewTab-128.png",
    "default_title": "New Tab"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.4newtab.com/soccer_wallpapers*"
      ],
      "js": [
        "js/contentScript.js"
      ],
      "run_at": "document_start"
    }
  ],
  "chrome_url_overrides": {
    "newtab": "html/newtab.html"
  },
  "web_accessible_resources": [
    "icons/checker.gif"
  ],
  "permissions": [
    "*://*.4newtab.com/*",
    "https://*.blpsearch.com/*",
    "https://*.service.prsstobe.com/*",
    "*://*.your24football.com/*",
    "cookies"
  ]
}