Enable Google Generative AI Firefox

Examine source code of Enable Google Generative AI

Inspect and view changes in Enable Google Generative AI source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "__MSG_addonName__",
  "default_locale": "en_GB",
  "description": "__MSG_addonDescription__",
  "author": "__MSG_addonAuthorsList__",
  "version": "1.0.3",
  "homepage_url": "https://github.com/robberphex/GoogleGenerativeAIInFirefox",
  "icons": {
    "48": "icons/icon.svg",
    "96": "icons/icon.svg"
  },
  "permissions": [
    "activeTab",
    "webRequest",
    "webRequestBlocking",
    "*://www.google.com/*",
    "*://bard.google.com/*",
    "*://labs.google.com/*"
  ],
  "background": {
    "scripts": [
      "src/background.js"
    ]
  },
  "browser_action": {
    "default_icon": "icons/icon.svg",
    "default_title": "__MSG_addonName__"
  },
  "sidebar_action": {
    "default_icon": {
      "48": "icons/icon.svg",
      "96": "icons/icon.svg"
    },
    "default_title": "Google Bard",
    "default_panel": "src/sidebar.html",
    "open_at_install": false
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "{e59f8c6c-0c1f-4807-991d-dbe71d589ce3}"
    }
  }
}

Best Enable Google Generative AI Alternatives

Here are some Firefox add-ons that are similar to Enable Google Generative AI: