Vandy Tab

Vandy Tab

This is a one-page extension for Vanderbilt students. It sets your startup page for Google Chrome to a more useful page containing…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Vandy Tab",
  "version": "1.0.2",
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}