Hey Garçon: AI Collaboration for Teams Firefox

Examine source code of Hey Garçon: AI Collaboration for Teams

Inspect and view changes in Hey Garçon: AI Collaboration for Teams source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Hey Garçon: AI Collaboration for Teams",
  "description": "AI collaboration chat manager for teams. Save, compare, export, organize, and share AI insights with Hey Garçon™.",
  "version": "2.1.2",
  "browser_specific_settings": {
    "gecko": {
      "id": "heygarcon-addon@heygarcon.ai",
      "strict_min_version": "142.0",
      "data_collection_permissions": {
        "required": [
          "none"
        ],
        "optional": [
          "technicalAndInteraction"
        ]
      }
    }
  },
  "permissions": [
    "activeTab",
    "tabs",
    "clipboardWrite",
    "storage",
    "notifications",
    "alarms",
    "https://chatgpt.com/*",
    "https://gemini.google.com/*",
    "https://claude.ai/*",
    "https://grok.com/*",
    "https://x.com/i/grok*",
    "https://copilot.microsoft.com/*",
    "https://*.copilot.microsoft.com/*",
    "https://copilot.com/*",
    "https://*.copilot.com/*",
    "https://copilot.ai/*",
    "https://*.copilot.ai/*",
    "https://www.bing.com/*",
    "https://*.bing.com/*",
    "https://edgeservices.bing.com/*"
  ],
  "browser_action": {
    "default_title": "Hey Garcon",
    "default_popup": "popup.firefox.html",
    "default_icon": {
      "16": "icons/icon16.png",
      "32": "icons/icon32.png",
      "48": "icons/icon48.png",
      "128": "icons/icon128.png"
    }
  },
  "icons": {
    "16": "icons/icon16.png",
    "32": "icons/icon32.png",
    "48": "icons/icon48.png",
    "128": "icons/icon128.png"
  },
  "content_scripts": [
    {
      "matches": [
        "https://chatgpt.com/*",
        "https://gemini.google.com/*",
        "https://claude.ai/*",
        "https://grok.com/*",
        "https://x.com/i/grok*",
        "https://copilot.microsoft.com/*",
        "https://*.copilot.microsoft.com/*",
        "https://copilot.com/*",
        "https://*.copilot.com/*",
        "https://copilot.ai/*",
        "https://*.copilot.ai/*",
        "https://www.bing.com/*",
        "https://*.bing.com/*",
        "https://edgeservices.bing.com/*"
      ],
      "js": [
        "shared/lib/turndown.js",
        "shared/lib/turndown-plugin-gfm.js",
        "shared/content.core.js",
        "shared/adapters/chatgpt.js",
        "shared/adapters/gemini.js",
        "shared/adapters/claude.js",
        "shared/adapters/grok.js",
        "shared/adapters/copilot.js",
        "firefox/content.js"
      ],
      "all_frames": true,
      "run_at": "document_idle"
    }
  ],
  "options_ui": {
    "page": "options.html",
    "browser_style": false
  },
  "background": {
    "scripts": [
      "shared/export-templates.js",
      "shared/vendor/supabase.js",
      "shared/config.js",
      "firefox/background.js"
    ]
  }
}

Best Hey Garçon: AI Collaboration for Teams Alternatives

Here are some Firefox add-ons that are similar to Hey Garçon: AI Collaboration for Teams: