Moodle Notifier

Moodle Notifier

Get desktop notifications from Moodle for assignments, quizzes and forum posts.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "Moodle Notifier",
  "version": "1.2",
  "description": "Get desktop notifications from Moodle for assignments, quizzes and forum posts.",
  "icons": {
    "16": "img/icon16.png",
    "48": "img/icon48.png",
    "128": "img/icon128.png"
  },
  "browser_action": {
    "default_icon": "img/icon_sleep.png",
    "default_title": "MoodleNotifier",
    "default_popup": "popup.html"
  },
  "background": {
    "page": "background.html"
  },
  "options_page": "options.html",
  "permissions": [
    "notifications",
    "tabs",
    "alarms",
    "storage",
    "http://online.mrt.ac.lk/*",
    "https://online.mrt.ac.lk/*"
  ]
}