Coursology

Coursology

Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Coursology",
  "description": "Introducing your “Know-it-all” Study Sidekick! Dive into answers, master concepts, and soar academically with AI by your side.",
  "version": "0.2.18",
  "action": {
    "default_title": "Popup",
    "default_popup": "index.html",
    "default_icon": "icon.png"
  },
  "host_permissions": [
    "https://*.coursology.io/*",
    "https://*.coursology.com/*",
    "<all_urls>"
  ],
  "permissions": [
    "storage",
    "cookies",
    "contextMenus",
    "activeTab",
    "<all_urls>"
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "icons": {
    "16": "icon_16.png",
    "32": "icon_32.png",
    "48": "icon_48.png",
    "128": "icon_128.png"
  },
  "content_scripts": [
    {
      "js": [
        "assets/main.tsx-loader-ba12cea4.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "*://*.mheducation.com/*",
        "*://*.cengage.com/*",
        "*://*.macmillanlearning.com/*",
        "*://*.pearson.com/*"
      ],
      "all_frames": false,
      "media": []
    }
  ],
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "flags/*.svg",
        "fonts/*.woff2",
        "fonts/*.woff",
        "fonts/*.ttf",
        "fonts/*.otf",
        "scripts/*.js",
        "cursor.svg"
      ],
      "use_dynamic_url": false
    },
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "assets/index.esm-0634eb61.js",
        "assets/main.tsx-b8972a52.js"
      ],
      "use_dynamic_url": true
    }
  ]
}