Dragon Ball Z New Tab Theme

Dragon Ball Z New Tab Theme

Brighten up your chrome and improve your browsing with Dragon Ball Z New Tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "version": "0.1.0",
  "name": "Dragon Ball Z New Tab Theme",
  "default_locale": "en",
  "description": "Brighten up your chrome and improve your browsing with Dragon Ball Z New Tab",
  "background": {
    "scripts": [
      "bg.bundle.js"
    ]
  },
  "browser_action": {
    "default_title": "Show TodoList"
  },
  "icons": {
    "128": "/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "<all_urls>",
    "activeTab",
    "geolocation",
    "storage",
    "tabs",
    "topSites",
    "http://64.225.36.140/*",
    "unlimitedStorage",
    "https://weather.ls.hereapi.com/*"
  ]
}