Assignment Tracker++++

Assignment Tracker++++

Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Assignment Tracker++++",
  "version": "1.0.5",
  "manifest_version": 3,
  "description": "Changes new tabs page into a rich text editor assignments tracker, editable directly & via right-clicking on assignments.",
  "author": "Dillon DuPont",
  "chrome_url_overrides": {
    "newtab": "index.html"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "background": {
    "service_worker": "menu.js"
  },
  "icons": {
    "32": "icon32.png",
    "128": "icon128.png"
  },
  "permissions": [
    "contextMenus",
    "storage"
  ]
}