UMich Med New Tab

UMich Med New Tab

New tabs will open UMich medical student portal page, providing convenient links for students.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UMich Med New Tab",
  "version": "1.0.1.0",
  "description": "New tabs will open UMich medical student portal page, providing convenient links for students.",
  "options_page": "options.html",
  "icons": {
    "16": "images/m.png"
  },
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "permissions": [
    "storage"
  ]
}