NBA 2K19 Wallpapers and New Tab

NBA 2K19 Wallpapers and New Tab

Give your Chrome a new look with NBA 2K19 wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "background": {
    "persistent": true,
    "scripts": [
      "js/nba-2k19.js"
    ]
  },
  "browser_action": {},
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "default_locale": "en",
  "description": "__MSG_description__",
  "icons": {
    "128": "images/icon-big.png"
  },
  "manifest_version": 2,
  "name": "__MSG_name__",
  "offline_enabled": false,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "0.0.1"
}