SenecDone

SenecDone

Never have to do homework again, SenecDone will do seneca assignments at the click of a button

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "SenecDone",
  "description": "Never have to do homework again, SenecDone will do seneca assignments at the click of a button",
  "version": "0.6.7",
  "manifest_version": 3,
  "background": {
    "service_worker": "./background.js"
  },
  "permissions": [
    "scripting",
    "storage"
  ],
  "host_permissions": [
    "https://app.senecalearning.com/classroom/course/*/section/*/session"
  ],
  "action": {
    "default_title": "Options",
    "default_popup": "./popup/index.html"
  },
  "externally_connectable": {
    "matches": [
      "https://app.senecalearning.com/*"
    ]
  },
  "content_scripts": [
    {
      "matches": [
        "https://app.senecalearning.com/*"
      ],
      "css": [
        "help_button.css"
      ],
      "js": [
        "help_button.js"
      ]
    }
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "script.js"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ],
  "icons": {
    "16": "Icons/16.png",
    "32": "Icons/32.png",
    "48": "Icons/48.png",
    "128": "Icons/128.png"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}