Min New Tab

Min New Tab

A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "description": "A beautiful and minimalistic new tab page for Google Chrome designed for efficiency and quick access to bookmarks, apps, and more.",
  "icons": {
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "js/jquery.js"
      ],
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "manifest_version": 2,
  "permissions": [
    "storage",
    "topSites"
  ],
  "offline_enabled": true,
  "name": "Min New Tab",
  "update_url": "https://clients2.google.com/service/update2/crx",
  "version": "1.0.0"
}