Minimalist New Tab

Minimalist New Tab

Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Minimalist New Tab",
  "version": "0.2.6",
  "minimum_chrome_version": "23",
  "description": "Minimalist New Tab replaces the stock new tab page with a beautiful and customizable user interface.",
  "author": "John",
  "icons": {
    "128": "assets/icon.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "http://*.alphacoders.com/*",
    "https://*.alphacoders.com/*",
    "https://query.yahooapis.com/v1/public/yql*",
    "http://fonts.googleapis.com/*",
    "storage",
    "tabs",
    "geolocation",
    "bookmarks"
  ],
  "options_page": "options.html"
}