AECOM Student Extension

AECOM Student Extension

The AECOM Student Extension was made to facilitate access to important websites for medical students at the Albert Einstein College…

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "AECOM Student Extension",
  "version": "2.9",
  "manifest_version": 3,
  "action": {
    "default_popup": "popup.html",
    "default_title": "AECOM Student Extension",
    "default_icon": {
      "38": "icons/icon128.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "128": "icons/icon128.png"
  }
}