Pennmate Notify

Pennmate Notify

For students at UPenn to be notified when a course is open.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Pennmate Notify",
  "version": "0.3",
  "description": "For students at UPenn to be notified when a course is open.",
  "icons": {
    "512": "icon.png"
  },
  "browser_action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "storage",
    "notifications",
    "https://pennmate.com/"
  ],
  "content_security_policy": "script-src 'self' https://cdnjs.cloudflare.com https://www.gstatic.com; object-src 'self'",
  "manifest_version": 2
}