Matrix New Tab

Matrix New Tab

This extension style your new tab's background with an animated Matrix Rainning code. It also try to help you to get a more focused browsing, displaying just the hour, the date and a greeting. Welcome to the Matrix, Neo.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "manifest_version": 2,
  "name": "MatrixNewTab",
  "short_name": "new-tab-moment",
  "version": "1.1",
  "description": "A new tab who displays the Matrix raining code, the hour, the date and a greeting.",
  "author": "João Paulo Buchholz",
  "homepage_url": "https://github.com/jompa14/MatrixNewPage",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage",
    "geolocation"
  ]
}