In-Browser AI Firefox

Examine source code of In-Browser AI

Inspect and view changes in In-Browser AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "In-Browser AI",
  "version": "0.0.2",
  "description": "In-Browser AI is an OpenAI integration into your browser",
  "browser_specific_settings": {
    "gecko": {
      "id": "inbrowserai@atabakoff.com",
      "strict_min_version": "62.0"
    }
  },
  "icons": {
    "48": "icons/icon48.png"
  },
  "browser_action": {
    "default_icon": "icons/icon48.png",
    "default_title": "In-Browser AI"
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon48.png"
    },
    "default_title": "In-Browser AI ",
    "default_panel": "sidebar/sidebar.html",
    "open_at_install": true
  },
  "background": {
    "scripts": [
      "background.js"
    ]
  },
  "options_ui": {
    "page": "options.html"
  },
  "permissions": [
    "storage"
  ]
}

Best In-Browser AI Alternatives

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