NBA 2K20 Wallpapers and New Tab

NBA 2K20 Wallpapers and New Tab

Personalized New Tab Page With NBA 2K20 Wallpapers and Other Useful Features

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "NBA 2K20 Wallpapers and New Tab",
  "manifest_version": 2,
  "short_name": "NBA2K20",
  "description": "Personalized New Tab Page With NBA 2K20 Wallpapers and Other Useful Features",
  "version": "2.0",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "files/mega-new.html"
  },
  "browser_action": {
    "default_title": "NBA 2K20 Wallpapers and New Tab",
    "default_icon": {
      "16": "files/icon16.png",
      "48": "files/icon48.png",
      "128": "files/icon128.png"
    }
  },
  "offline_enabled": true,
  "incognito": "split",
  "permissions": [
    "unlimitedStorage",
    "storage"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "icons": {
    "128": "icon128.png"
  }
}