Leaf

Leaf

Freshen up that 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": "Leaf",
  "description": "Freshen up that new tab page.",
  "version": "1.0",
  "author": "Tees",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "icons": {
    "128": "/src/img/icon128.png"
  },
  "permissions": [
    "activeTab",
    "https://ajax.googleapis.com/"
  ]
}