Transcript - AI Study Companion

Transcript - AI Study Companion

Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Transcript - AI Study Companion",
  "version": "2.3.1",
  "description": "Streamline your study experience with AI: Instant answers, deep insights, and personalized learning across subjects.",
  "action": {
    "default_title": "Transcript Settings",
    "default_popup": "react/index.html"
  },
  "icons": {
    "16": "images/logo.png",
    "32": "images/logo.png",
    "48": "images/logo.png",
    "128": "images/logo.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": [
    {
      "js": [
        "inject.js"
      ],
      "run_at": "document_idle",
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.mheducation.com/*",
        "https://*.cengage.com/*",
        "https://*.macmillanlearning.com/*",
        "https://*.pearson.com/*",
        "https://*.mypearson.com/*",
        "https://*.ecollege.com/*"
      ],
      "all_frames": true
    },
    {
      "js": [
        "modules/cs/selectable.js",
        "modules/cs/canvasmon.js"
      ],
      "run_at": "document_start",
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.google.com/*",
        "https://*.youtube.com/*",
        "https://*.figma.com/",
        "https://*.mheducation.com/*",
        "https://*.cengage.com/*",
        "https://*.macmillanlearning.com/*",
        "https://*.pearson.com/*",
        "https://*.mypearson.com/*",
        "https://*.ecollege.com/*"
      ],
      "all_frames": true
    }
  ],
  "permissions": [
    "storage",
    "activeTab",
    "alarms",
    "contextMenus"
  ],
  "oauth2": {
    "client_id": "188249822145-if2jt7rnb614i1i746qlkde8ts30lsp2.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/drive.readonly"
    ]
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "web_accessible_resources": [
    {
      "resources": [
        "modules/frame.js",
        "modules/snapshot.js",
        "modules/shortcuts.js",
        "modules/tsio.js",
        "modules/ocr.js",
        "modules/note.js",
        "modules/autoScroll.js",
        "react/*",
        "images/ai.webm.large"
      ],
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [
        "https://*.mheducation.com/*",
        "https://*.cengage.com/*",
        "https://*.macmillanlearning.com/*",
        "https://*.pearson.com/*",
        "https://*.mypearson.com/*",
        "https://*.ecollege.com/*"
      ]
    }
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAhoC+z+UIQRnVgpc7pcJ5fPTOA8DISJmGUkNbLvT0qQkQNcPTgUt+Gi8Hn6deasHbE9cWzG30Dn9WKN5BjPISkMjlTPCk/AJYdjbDB40hdO5lSzNNH2926tyy0d3qwpvLDCGKH8xa3VPLEkyk9VdVG4cEThAtnrnjo1tiyTf8TXgb/Gsoif54woG5CGI6jYRfLw3GXpwUDJ4sY97oDUgge9iJ9s3LrTKfGf6J8r4u66lqeHSt3DipdWXv29lCJsxZV+BllHu0VcEZfDj+wxKBirulRFvRHVVtxW1K3u+Aw7zRtOzOpMHaeKvcNgRpXRRNj8PBfHt6FlILcTXPBFwn/wIDAQAB"
}