Game of Life with Variation

Game of Life with Variation

Change your newtab to game of life

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Game of Life with Variation",
  "version": "0.0.2",
  "homepage_url": "https://github.com/RenzHoly/life-game",
  "offline_enabled": true,
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}