Examine source code of Class Hour

Inspect and view changes in Class Hour source codes across current and past versions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "name": "Class Hour",
  "version": "1.1.2",
  "description": "Access Class Schedules Faster!",
  "permissions": [
    "storage"
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": true
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "popup.html"
  },
  "icons": {
    "32": "icon.png"
  },
  "manifest_version": 2
}