AI Agent for Overleaf Firefox

Examine source code of AI Agent for Overleaf

Inspect and view changes in AI Agent for Overleaf source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 3,
  "name": "AI Agent for Overleaf",
  "version": "0.1.23",
  "description": "AI-powered assistant for Overleaf LaTeX editor",
  "browser_specific_settings": {
    "gecko": {
      "id": "ai-agent-for-overleaf@bgeneto.com",
      "strict_min_version": "128.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "icons": {
    "16": "icons/icon_16.png",
    "32": "icons/icon_32.png",
    "48": "icons/icon_48.png",
    "128": "icons/icon_128.png"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "icons/icon_128.png",
        "icons/icon_search_128.png",
        "similar.html",
        "options.html"
      ],
      "matches": [
        "https://www.overleaf.com/*"
      ]
    }
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "action": {
    "default_title": "AI Agent for Overleaf"
  },
  "options_page": "options.html",
  "permissions": [
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "*://*.overleaf.com/*",
    "https://export.arxiv.org/*"
  ],
  "optional_host_permissions": [
    "<all_urls>"
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https:;"
  },
  "content_scripts": [
    {
      "world": "MAIN",
      "matches": [
        "https://www.overleaf.com/project/*"
      ],
      "run_at": "document_idle",
      "js": [
        "contentMainScript.js"
      ]
    },
    {
      "matches": [
        "https://www.overleaf.com/project/*"
      ],
      "run_at": "document_idle",
      "js": [
        "contentIsoScript.js"
      ],
      "css": [
        "contentIsoScript.css"
      ]
    }
  ]
}

Best AI Agent for Overleaf Alternatives

Here are some Firefox add-ons that are similar to AI Agent for Overleaf: