Material Design New Tab

Material Design New Tab

A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Material Design New Tab",
  "short_name": "Material New Tab",
  "description": "A beautifully simple new tab page built with Facebook's React and Google's Material Design specification.",
  "version": "1.1.9",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "bookmarks",
    "storage"
  ],
  "icons": {
    "16": "icons/mipmap-mdpi/ic_launcher.png",
    "72": "icons/mipmap-hdpi/ic_launcher.png",
    "144": "icons/mipmap-xxhdpi/ic_launcher.png"
  }
}