AI Homework Helper - Apex Vision AI

AI Homework Helper: Your go-to academic tool for quick and accurate study solutions
Premium users can view and search full source code, and see the source code differences between two versions.
Upgrade to premium
manifest.json
{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "AI Homework Helper - Apex Vision AI",
  "description": "AI Homework Helper: Your go-to academic tool for quick and accurate study solutions",
  "version": "4.5.4",
  "action": {
    "default_popup": "index.html",
    "default_width": 335,
    "default_height": 410,
    "default_icon": "./icon128.png"
  },
  "background": {
    "service_worker": "background.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "identity",
    "<all_urls>"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "content_scripts": [
    {
      "matches": [
        "<all_urls>"
      ],
      "exclude_matches": [],
      "css": [
        "style.css"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "icons": {
    "48": "icon48.png",
    "128": "icon128.png"
  },
  "commands": {
    "_execute_browser_action": {
      "suggested_key": {
        "default": "Ctrl+Q",
        "mac": "MacCtrl+Q"
      }
    },
    "toggle_toolbar": {
      "description": "Toggle the visibility of the toolbar",
      "suggested_key": {
        "default": "Ctrl+Shift+Y",
        "mac": "MacCtrl+Shift+Y"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "images/icon48.png",
        "images/apex48.png",
        "images/apex128.png",
        "images/sun48.png",
        "images/moon48.png",
        "images/Highlight_Get_Answer1.svg",
        "images/highlight-gif.gif",
        "images/get-answer-showcase.gif",
        "images/instant-button-answer.gif",
        "images/toolbar-example-showcase.png",
        "images/setting48.png",
        "images/screenshot64.png",
        "images/present48.png",
        "images/presenticon50.png",
        "images/highlight-popup.png",
        "images/on-screen-button.png",
        "images/toolbar-icon.png",
        "images/new-icon.png",
        "images/side-panel-button.png",
        "images/history-icon.png",
        "images/math-processing-icon.png",
        "images/math-processing-icon-dark-mode.png",
        "images/font-size-icon.png",
        "images/stealth-mode-icon.png",
        "images/toolbar-height-icon.png",
        "images/transparenticon.png",
        "images/chatgpt-icon.png",
        "images/claude-icon.png",
        "images/gemini-icon.png",
        "images/ghost-dark-icon.png",
        "images/brainIcon.png"
      ]
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self'"
  }
}