MOOCnager

MOOCnager

MOOCnager aims to help you set goals for your MOOCs, organize your time, and foster self-reflection on your performance (SRL skills)

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "MOOCnager",
  "description": "MOOCnager aims to help you set goals for your MOOCs, organize your time, and foster self-reflection on your performance (SRL skills)",
  "version": "0.1.0",
  "icons": {
    "128": "icon.png"
  },
  "browser_action": {
    "default_icon": "icon.png",
    "default_popup": "notes_EN.html",
    "default_title": "Click to use MOOCnager!"
  },
  "permissions": [
    "notifications"
  ],
  "content_security_policy": "script-src 'self' https://code.jquery.com https://cdnjs.cloudflare.com https://maxcdn.bootstrapcdn.com https://ajax.aspnetcdn.com https://cdn.firebase.com https://*.firebaseio.com https://www.gstatic.com https://api.ipify.org; object-src 'self'"
}