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-5d3066d8.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-989b123e.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
    },
    {
      "js": [
        "assets/scholar.ts-loader-ce58a065.js"
      ],
      "matches": [
        "https://scholar.google.com.hk/scholar?*",
        "https://scholar.google.com/scholar?*"
      ],
      "run_at": "document_end",
      "all_frames": false,
      "css": [
        "assets/scholar-a6be758e.css"
      ]
    }
  ],
  "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/_plugin-vue_export-helper-f31dd564.js",
        "assets/useDraggable-9d09573d.js",
        "assets/helper-3eec1d1a.js",
        "assets/request-56b29b2c.js",
        "assets/summary.ts-fdd10aea.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "*://*/*",
        "<all_urls>"
      ],
      "resources": [
        "assets/_plugin-vue_export-helper-f31dd564.js",
        "assets/helper-3eec1d1a.js",
        "assets/useDraggable-9d09573d.js",
        "assets/app-6cd958d9.js",
        "assets/request-56b29b2c.js",
        "assets/eventsource-e79cfb70.js",
        "assets/main.ts-09e36451.js"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "https://scholar.google.com.hk/*",
        "https://scholar.google.com/*"
      ],
      "resources": [
        "assets/_plugin-vue_export-helper-f31dd564.js",
        "assets/helper-3eec1d1a.js",
        "assets/app-6cd958d9.js",
        "assets/scholar.ts-8f7b51c7.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.4.2.0",
  "version_name": "3.4.2"
}