GitIngest - Turn any Git repo to LLM prompt Firefox

Examine source code of GitIngest - Turn any Git repo to LLM prompt

Inspect and view changes in GitIngest - Turn any Git repo to LLM prompt source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "GitIngest - Turn any Git repo to LLM prompt",
  "description": "Turn any Git repository into a prompt-friendly text ingest for LLMs. By replacing hub with ingest to access a coresponding digest.",
  "version": "1.2",
  "icons": {
    "16": "icon/16.png",
    "32": "icon/32.png",
    "48": "icon/48.png",
    "96": "icon/96.png",
    "128": "icon/128.png"
  },
  "permissions": [
    "storage"
  ],
  "browser_action": {
    "default_title": "Git Ingest",
    "default_popup": "popup.html"
  },
  "content_scripts": [
    {
      "matches": [
        "*://*.github.com/*"
      ],
      "js": [
        "content-scripts/content.js"
      ]
    }
  ],
  "browser_specific_settings": {
    "gecko": {
      "id": "{29610d3b-5045-4cf5-a6b3-0505b6f49ac7}"
    }
  }
}

Best GitIngest - Turn any Git repo to LLM prompt Alternatives

Here are some Firefox add-ons that are similar to GitIngest - Turn any Git repo to LLM prompt: