Wooow New Tab - NBA Western Conference

Wooow New Tab - NBA Western Conference

Tailored for you, customisable new tab page with all the news and stats your favorite team of NBA Western Conference.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_name__",
  "short_name": "__MSG_name__",
  "description": "__MSG_description__",
  "default_locale": "en",
  "chrome_url_overrides": {
    "newtab": "/newtab.html"
  },
  "icons": {
    "32": "/img/32.png",
    "64": "/img/64.png",
    "128": "/img/128.png"
  },
  "browser_action": {
    "default_icon": "/img/128.png",
    "default_title": "__MSG_name__"
  },
  "background": {
    "scripts": [
      "/js/background.js"
    ]
  },
  "permissions": [
    "tabs",
    "storage",
    "webRequest",
    "webRequestBlocking",
    "<all_urls>"
  ],
  "content_security_policy": "script-src 'self' https://platform.twitter.com https://cdn.syndication.twimg.com; object-src 'self'",
  "version": "1.0.1"
}