My Study Life

My Study Life

A free online planner for students, teachers and lecturers designed to make your study life easier to manage.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 2,
  "name": "My Study Life",
  "description": "A free online planner for students, teachers and lecturers designed to make your study life easier to manage.",
  "version": "5.1.0",
  "app": {
    "urls": [
      "*://app.mystudylife.com/"
    ],
    "launch": {
      "web_url": "http://app.mystudylife.com/"
    }
  },
  "icons": {
    "128": "icon_128.png"
  },
  "permissions": [
    "unlimitedStorage",
    "notifications"
  ],
  "minimum_chrome_version": "12"
}