Better New Tab Pro

Better New Tab Pro

Better new tab improves the quality of your new tab with amazing wallpapers & videos

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_extName__",
  "description": "__MSG_extDescription__",
  "author": "MrProductivity",
  "version": "1.0.1",
  "icons": {
    "16": "icons/16.png",
    "128": "icons/128.png"
  },
  "chrome_url_overrides": {
    "newtab": "pages/app.html"
  },
  "background": {
    "persistent": true,
    "page": "pages/background.html"
  },
  "permissions": [
    "tabs",
    "topSites",
    "storage"
  ],
  "default_locale": "en",
  "manifest_version": 2,
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "web_accessible_resources": [
    "js/content.js"
  ]
}