News Tab - New Tab Page Replacement

News Tab - New Tab Page Replacement

An Google Now themed top news stories reader for your New Tab page

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "chrome_url_overrides": {
    "newtab": "dist/index.min.html"
  },
  "background": {
    "page": "dist/index.min.html"
  },
  "content_security_policy": "script-src 'self' https://query.yahooapis.com https://ssl.google-analytics.com; object-src 'self'",
  "description": "An Google Now themed top news stories reader for your New Tab page",
  "manifest_version": 2,
  "name": "News Tab - New Tab Page Replacement",
  "permissions": [
    "https://news.google.com/",
    "https://query.yahooapis.com/",
    "storage",
    "topSites",
    "chrome://favicon/",
    "unlimitedStorage"
  ],
  "short_name": "News Tab",
  "version": "0.1.6",
  "icons": {
    "16": "images/icon-16.png",
    "128": "images/icon-128.png"
  }
}