Today @ Princeton

Today @ Princeton

News, eating clubs, dining hall menus. Princeton students are always on the move, and there are a handful of websites we all check…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "version": "1.2.8",
  "short_name": "New Tab",
  "name": "Today @ Princeton",
  "action": {
    "default_icon": "logo.png"
  },
  "permissions": [],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}