Tabby Face

Tabby Face

A new face in each 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": "Tabby Face",
  "version": "0.1",
  "chrome_url_overrides": {
    "newtab": "tabby.html"
  },
  "content_scripts": [],
  "icons": {
    "16": "images/icon16.png",
    "48": "images/icon48.png",
    "128": "images/icon128.png"
  }
}