SmartStudy: Scheduler & Time Management Tool

SmartStudy: Scheduler & Time Management Tool

Schedule study sessions automatically into your calendar using our science-backed study repetition method.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "SmartStudy: Scheduler & Time Management Tool",
  "manifest_version": 3,
  "description": "Schedule study sessions automatically into your calendar using our science-backed study repetition method.",
  "version": "1.0",
  "action": {
    "default_popup": "index.html",
    "default_title": "Open the popup"
  },
  "icons": {
    "16": "selfstarter-logo.png",
    "48": "selfstarter-logo.png",
    "128": "selfstarter-logo.png"
  },
  "oauth2": {
    "client_id": "472575395416-6onslj4sdv50ktf3k4p0e1oeregdmiuo.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/userinfo.email",
      "https://www.googleapis.com/auth/userinfo.profile",
      "https://www.googleapis.com/auth/calendar"
    ]
  },
  "background": {
    "service_worker": "serviceWorker/background.js",
    "type": "module"
  },
  "permissions": [
    "identity"
  ]
}