Tab of Life

Tab of Life

John Conway's game of life for your new tabs

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Tab of Life",
  "version": "0.0.3",
  "manifest_version": 2,
  "description": "John Conway's game of life for your new tabs",
  "icons": {
    "128": "images/icon-128.png"
  },
  "default_locale": "en",
  "author": "John Doty <[email protected]>",
  "chrome_url_overrides": {
    "newtab": "life.html"
  }
}