HUJI Rishum-net Timetable Export 2017

HUJI Rishum-net Timetable Export 2017

This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "HUJI Rishum-net Timetable Export 2017",
  "description": "This extension takes a student's timetable from rishum-net.huji.ac.il and converts it to iCalendar format.",
  "version": "1.2.3",
  "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
  "permissions": [
    "tabs",
    "https://rishum-net.huji.ac.il/site/student/*"
  ],
  "browser_action": {
    "default_icon": "icon.png",
    "default_title": "HUJI Timetable Export",
    "default_popup": "popup.html"
  }
}