smartAzz

smartAzz

More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "smartAzz",
  "version": "3.58",
  "description": "More than just a study tool; an academic companion that makes learning interactive, efficient, and enjoyable.",
  "permissions": [
    "storage"
  ],
  "action": {
    "default_popup": "popup/popup.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png"
    },
    "css": "popup/popup.css"
  },
  "content_scripts": [
    {
      "js": [
        "scripts/jquery.js",
        "api/auth.js",
        "schemas/a.js",
        "schemas/router.js",
        "api/query.js",
        "proctor/proctor.js",
        "proctor/proctor_messenger.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "type": "module"
    }
  ],
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  }
}