Today In History - New Tab Page

Today In History - New Tab Page

Know what happened today in history!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Today In History - New Tab Page",
  "description": "Know what happened today in history!",
  "version": "1.1",
  "authors": [
    {
      "name": "Rahul M",
      "email": "[email protected]"
    }
  ],
  "manifest_version": 2,
  "browser_action": {
    "default_icon": "tnh.png"
  },
  "permissions": [
    "management"
  ],
  "chrome_url_overrides": {
    "newtab": "history.html"
  }
}