now - new tab

now - new tab

now - simple new tab

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "now - new tab",
  "short_name": "now - new tab",
  "author": "Yaron Sumel",
  "version": "1.31",
  "description": "now -  simple new tab ",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src  'self' https://ssl.google-analytics.com ; object-src 'self'",
  "permissions": [
    "https://*.google.com/",
    "http://*.google.com/",
    "topSites",
    "history",
    "chrome://favicon/",
    "notifications",
    "management",
    "geolocation"
  ],
  "icons": {
    "16": "css/icons/icon-16.png",
    "48": "css/icons/icon-48.png",
    "128": "css/icons/icon-128.png"
  }
}