New New Tab Page

New New Tab Page

A minimal new tab page replacement

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "content_security_policy": "script-src 'self'; object-src 'self'",
  "description": "A minimal new tab page replacement",
  "icons": {
    "16": "img/icon16.png",
    "128": "img/icon128.png"
  },
  "author": "Zachary Guard",
  "manifest_version": 2,
  "name": "__MSG_extensionName__",
  "options_page": "options/options.html",
  "version": "4.8.5",
  "short_name": "NNTP",
  "default_locale": "en",
  "permissions": [
    "topSites",
    "management",
    "bookmarks",
    "storage",
    "sessions",
    "tabs",
    "geolocation",
    "http://php-nntp.193b.starter-ca-central-1.openshiftapps.com/",
    "*://*/*"
  ],
  "background": {
    "page": "newtab.html",
    "persistent": true
  },
  "applications": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "54.0"
    }
  }
}