Examine source code of Path Cal

Inspect and view changes in Path Cal 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
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Path Cal",
  "description": "Download your primary cart from Path @ Penn.",
  "version": "0.0.3",
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsUA9E6pg3NQLzTR0McpYHdn7SUfBPJAS/Wq4haZMJKOe4ljolvcYw5EGWJQrKU1G39rBlecfHlrtPrJeWY88Fen1yKforUA0ZZMIy7HD+Fsj75on0hqmRjhXbhA5y7565KtcVdPSab6k+1XtYVSYpHDbdDrqqNxCAK3ytVIlNmR0W6zye0gbbtDVvoEycPC+rI5N2c29RVYRJGM8kHVxAaDSj+bCZvxcQVx9jLReJR6IG3bZfrPMkRAQupcbMdKjqE6LQcNTFYzO0hCxnn8Bx2NUWoLl1kS/OQMlvQ9JGOI27jVN56y8q2E7HK4lH3XKDsR4xN+TPQoVWj6IHHkd1wIDAQAB",
  "icons": {
    "128": "images/icon-128.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "128": "images/icon-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "downloads",
    "identity"
  ],
  "host_permissions": [
    "https://courses.upenn.edu/*"
  ],
  "oauth2": {
    "client_id": "1033079022272-77u81o528b4ogpd335to77ftkc2fuh7f.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/calendar"
    ]
  }
}