New Tab Page by WHG

New Tab Page by WHG

A minimalistic gaming new tab page.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "author": "Dan Audne - [email protected]>",
  "chrome_url_overrides": {
    "newtab": "dist/newtab.html"
  },
  "options_page": "dist/settings.html",
  "content_security_policy": "script-src 'self' https://ssl.google-analytics.com; object-src 'self'",
  "icons": {
    "16": "icons/logo-16.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "description": "A minimalistic gaming new tab page.",
  "incognito": "split",
  "manifest_version": 2,
  "name": "New Tab Page by WHG",
  "offline_enabled": true,
  "permissions": [
    "unlimitedStorage",
    "topSites",
    "management"
  ],
  "short_name": "New Tab",
  "version": "1.0.0"
}