StudyGPT- Your study copilot powered by GPT-4

StudyGPT- Your study copilot powered by GPT-4

💡StudyGPT is your personal AI study assistant!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_appName__",
  "description": "__MSG_appDesc__",
  "default_locale": "en",
  "icons": {
    "16": "icons/16.png",
    "32": "icons/32.png",
    "48": "icons/48.png",
    "128": "icons/128.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "cookies",
    "activeTab",
    "scripting",
    "webRequest",
    "<all_urls>"
  ],
  "host_permissions": [
    "http://*/*",
    "https://*/*",
    "<all_urls>"
  ],
  "action": {
    "default_icon": "static/logo.png",
    "default_title": "__MSG_appName__"
  },
  "content_scripts": [
    {
      "js": [
        "assets/summary.ts-loader-2411f159.js"
      ],
      "matches": [
        "https://www.youtube.com/*",
        "https://auckland.au.panopto.com/Panopto/Pages/Viewer.aspx*"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "assets/main.ts-loader-7279e3a5.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_end",
      "all_frames": false
    },
    {
      "js": [
        "assets/popup.js-loader-2a3d8e1e.js"
      ],
      "matches": [
        "<all_urls>"
      ],
      "run_at": "document_idle",
      "all_frames": false
    }
  ],
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "src/pages/pdf/*",
        "template/*",
        "assets/*",
        "src/popup/popup.html",
        "src/popup/popup.js",
        "src/mail.ts",
        "_locales/*",
        "static/*",
        "fonts/*",
        "assets/popup.js-2da683e1.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://auckland.au.panopto.com/*",
        "https://www.youtube.com/*"
      ],
      "resources": [
        "assets/useDraggable-563abc0f.js",
        "assets/request-71f30b14.js",
        "assets/summary.ts-37708e76.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "resources": [
        "assets/useDraggable-563abc0f.js",
        "assets/request-71f30b14.js",
        "assets/eventsource-c36c81b0.js",
        "assets/main.ts-27d4fdfc.js"
      ],
      "use_dynamic_url": true
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+I",
        "mac": "Command+I"
      }
    },
    "openFloat": {
      "suggested_key": {
        "default": "Alt+I",
        "mac": "Alt+I"
      },
      "description": "Open quick tool"
    }
  },
  "version": "3.3.5.0",
  "version_name": "3.3.5"
}