Homework Tracker and Reminder

Homework Tracker and Reminder

Be able to keep track of homework and give reminders

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Homework Tracker and Reminder",
  "version": "1.1",
  "action": {
    "16": "/images/hw16.png",
    "48": "/images/hw48.png",
    "128": "/images/hw128.png",
    "default_popup": "/homeworkExtension/popup.html",
    "default_title": "Homework Extension"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "storage",
    "alarms",
    "notifications"
  ],
  "description": "Be able to keep track of homework and give reminders",
  "icons": {
    "16": "/images/hw16.png",
    "48": "/images/hw48.png",
    "128": "/images/hw128.png"
  },
  "author": "GolferMan"
}