Newton

Newton

A little inspiration, a little fun, on every 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": "Newton",
  "version": "1.1",
  "description": "A little inspiration, a little fun, on every new tab.",
  "homepage_url": "https://twitter.com/k3sava",
  "permissions": [
    "storage"
  ],
  "icons": {
    "16": "img/icon16.png",
    "32": "img/icon32.png",
    "48": "img/icon48.png",
    "64": "img/icon64.png",
    "128": "img/icon128.png",
    "256": "img/icon256.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}