StudyDash

StudyDash

Designed to provide students with organizational tools and efficient navigation across pages

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_title__",
  "description": "__MSG_description__",
  "version": "1.1.3",
  "default_locale": "en",
  "action": {
    "default_popup": "home.html",
    "default_icon": "Icons/StudyDash128.png",
    "default_title": "StudyDash"
  },
  "icons": {
    "16": "Icons/StudyDash16.png",
    "48": "Icons/StudyDash48.png",
    "128": "Icons/StudyDash128.png"
  }
}