TWU

TWU

A redesigned new tab page. It displays the essential informations for the avarage user. Top Sites, Time, Google News Feed, Your…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "http://clients2.google.com/service/update2/crx",
  "name": "TWU",
  "version": "2",
  "incognito": "split",
  "permissions": [
    "storage",
    "topSites",
    "bookmarks",
    "management",
    "http://news.google.com/?output=rss",
    "https://gdata.youtube.com",
    "https://youtube.com"
  ],
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "manifest_version": 2
}