Happy Face New Tab

Happy Face New Tab

A Happy Face New Tab Page that also provides current CPU and Memory Usage

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Happy Face New Tab",
  "version": "0.2",
  "description": "A Happy Face New Tab Page that also provides current CPU and Memory Usage",
  "chrome_url_overrides": {
    "newtab": "newTab.html"
  },
  "permissions": [
    "system.memory"
  ],
  "short_name": "Happy Tab",
  "version_name": "Initial"
}