UT Sights

UT Sights

Get closer to the UT campus while distancing from home

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "UT Sights",
  "description": "Get closer to the UT campus while distancing from home",
  "version": "1.4",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "content_security_policy": "script-src 'self' https://apis.google.com; object-src 'self'",
  "icons": {
    "16": "img/16icon.png",
    "48": "img/64icon.png",
    "128": "img/128icon.png"
  }
}