myBeaverTab

myBeaverTab

Custom Beaver chrome tab replacement for OSU student. Go Beavers!!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "myBeaverTab",
  "short_name": "myBeaverTab",
  "manifest_version": 2,
  "version": "1.3.2",
  "description": "Custom Beaver chrome tab replacement for OSU student. Go Beavers!!",
  "content_security_policy": "script-src 'self' https://unpkg.com https://maxcdn.bootstrapcdn.com https://ajax.googleapis.com; object-src 'self'",
  "permissions": [
    "storage",
    "http://calendar.oregonstate.edu/osu/rss20.xml",
    "http://w1.weather.gov/xml/current_obs/KCVO.xml",
    "https://prometheus.eecs.oregonstate.edu/token?asid=8541941785389115"
  ],
  "chrome_url_overrides": {
    "newtab": "index.html"
  }
}