AI-Reply Firefox

Examine source code of AI-Reply

Inspect and view changes in AI-Reply source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "AI-Reply",
  "version": "1.0",
  "description": "Generate replies with AI.",
  "applications": {
    "gecko": {
      "id": "office@zanteres.com",
      "strict_min_version": "91.0"
    }
  },
  "permissions": [
    "messagesRead",
    "messagesModify",
    "storage",
    "webRequest",
    "http://127.0.0.1:11434/api/generate",
    "http://localhost:11434/api/generate"
  ],
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": false
  },
  "message_display_action": {
    "default_title": "AI-Reply",
    "default_popup": "popup.html"
  }
}

Best AI-Reply Alternatives

Here are some Firefox add-ons that are similar to AI-Reply: