Overleaf Copilot Firefox

Examine source code of Overleaf Copilot

By: Win79
Inspect and view changes in Overleaf Copilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "Overleaf Copilot",
  "description": "Seamlessly incorporate ChatGPT to power and accelerate academic writing in Overleaf.",
  "version": "0.5.2",
  "version_name": "0.5.2",
  "manifest_version": 2,
  "author": "Overleaf Copilot Organization",
  "permissions": [
    "tabs",
    "storage",
    "https://www.promptgenius.site/oc/*",
    "https://*.xcopilot.top/*",
    "https://*.overleafcopilot.com/*",
    "https://*.overleaf.com/*",
    "https://latex.ihep.ac.cn/*",
    "https://latex-tmp.ihep.ac.cn/*"
  ],
  "homepage_url": "https://overleafcopilot.com/",
  "browser_action": {
    "default_popup": "src/scripts/popup/popup.html",
    "default_title": "Overleaf Copilot Here",
    "default_icon": {
      "16": "/icons/16.png",
      "32": "/icons/32.png",
      "48": "/icons/48.png",
      "128": "/icons/128.png"
    }
  },
  "background": {
    "scripts": [
      "src/scripts/worker/worker.js"
    ],
    "persistent": false
  },
  "content_scripts": [
    {
      "matches": [
        "https://*.overleaf.com/project/*",
        "https://latex.ihep.ac.cn/project/*",
        "https://latex-tmp.ihep.ac.cn/project/*"
      ],
      "js": [
        "src/scripts/inject/inject.js",
        "src/scripts/content/content.js"
      ],
      "css": [
        "style.css"
      ],
      "run_at": "document_end"
    },
    {
      "matches": [
        "https://*.overleafcopilot.com/*",
        "https://latex.ihep.ac.cn/project/*",
        "https://latex-tmp.ihep.ac.cn/project/*"
      ],
      "js": [
        "src/scripts/assist/inject.js",
        "src/scripts/assist/assist.js"
      ],
      "run_at": "document_end"
    }
  ],
  "web_accessible_resources": [
    "*.json",
    "*.webp",
    "*.xml",
    "*.png",
    "*.md",
    "/icons/16.png",
    "/icons/32.png",
    "/icons/48.png",
    "/icons/128.png",
    "/icons/192.png",
    "/icons/512.png",
    "src/scripts/popup/popup.html"
  ],
  "icons": {
    "16": "/icons/16.png",
    "32": "/icons/32.png",
    "48": "/icons/48.png",
    "128": "/icons/128.png",
    "192": "/icons/192.png",
    "512": "/icons/512.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{8dace71d-2cdd-4b48-b5e7-54311bd25e2c}"
    }
  }
}

Best Overleaf Copilot Alternatives

Here are some Firefox add-ons that are similar to Overleaf Copilot: