ChartTab

ChartTab

Motivational charts on the Chrome's new tab page.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "__MSG_appName__",
  "version": "0.5.5",
  "default_locale": "en",
  "description": "__MSG_appDescription__",
  "icons": {
    "16": "images/logo-16.png",
    "48": "images/logo-48.png",
    "128": "images/logo-128.png"
  },
  "author": "Taras Romaniv",
  "permissions": [
    "storage",
    "bookmarks",
    "downloads"
  ],
  "chrome_url_overrides": {
    "newtab": "newtab.html"
  },
  "homepage_url": "http://taras-romaniv.blogspot.com",
  "minimum_chrome_version": "40",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}