Unimelb Timetable to iCal

Unimelb Timetable to iCal

Converts the Unimelb timetable page into an iCal file

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Unimelb Timetable to iCal",
  "version": "1.2.0",
  "description": "Converts the Unimelb timetable page into an iCal file",
  "icons": {
    "128": "icon-128.png"
  },
  "page_action": {
    "default_icon": {
      "19": "icon-19.png",
      "38": "icon-76.png"
    },
    "default_title": "UoM Timetable detected",
    "default_popup": "popup.html"
  },
  "background": {
    "scripts": [
      "background.js"
    ],
    "persistent": false
  },
  "permissions": [
    "declarativeContent",
    "tabs",
    "https://prod.ss.unimelb.edu.au/*",
    "http://www.unimelb.edu.au/dates",
    "https://www.unimelb.edu.au/dates",
    "file://*/UoM-Timetable-to-iCal/extension/test/*"
  ],
  "web_accessible_resources": [
    "contentscript.js"
  ]
}