Cards

Cards

New tab page styled like Google Now

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Cards",
  "version": "1.3.2",
  "description": "New tab page styled like Google Now",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "topSites",
    "geolocation",
    "management",
    "tabs",
    "bookmarks",
    "chrome://favicon/",
    "http://api.openweathermap.org/"
  ],
  "background": {
    "page": "background.html"
  },
  "icons": {
    "16": "icons/weather-16.png",
    "64": "icons/weather-64.png",
    "128": "icons/weather-128.png"
  },
  "content_security_policy": "script-src 'self' https://encrypted.google.com; object-src 'self'",
  "manifest_version": 2
}