ClassTab

ClassTab

A helpful extension that shows you current assignments and announcements every time a new tab is opened!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "ClassTab",
  "description": "A helpful extension that shows you current assignments and announcements every time a new tab is opened!",
  "version": "1.1.1",
  "content_security_policy": "script-src 'self' https://classtab.pro/ https://my.classtab.pro/; object-src 'self'",
  "manifest_version": 2,
  "icons": {
    "16": "icons/16.png",
    "24": "icons/24.png",
    "32": "icons/32.png",
    "64": "icons/64.png",
    "128": "icons/128.png",
    "256": "icons/256.png",
    "512": "icons/512.png"
  },
  "browser_action": {
    "default_title": "ClassTab",
    "default_popup": "defaults/settings.html"
  },
  "chrome_url_overrides": {
    "newtab": "defaults/newtab.html"
  },
  "options_ui": {
    "page": "defaults/settings.html",
    "chrome_style": true
  }
}