Dragon Ball Super Broly Full HD New Tab

Dragon Ball Super Broly Full HD New Tab

Chrome new tab extension customized with Dragon Ball Super Broly Full HD Wallpapers.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "version": "0.0.2",
  "default_locale": "en",
  "icons": {
    "48": "imgs/icon48.png",
    "128": "imgs/icon128.png"
  },
  "offline_enabled": true,
  "browser_action": {
    "default_icon": "imgs/icon48.png"
  },
  "chrome_url_overrides": {
    "newtab": "activate.html"
  },
  "manifest_version": 2,
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_description__",
  "background": {
    "scripts": [
      "js/dragon-ball-super-broly-full-hd.js"
    ]
  },
  "content_security_policy": "script-src 'self' https://ajax.googleapis.com https://use.fontawesome.com https://stackpath.bootstrapcdn.com https://cdnjs.cloudflare.com; object-src 'self'"
}