Two Way Voice for Gemini ™

Two Way Voice for Gemini ™

This extension for Google Gemini ™ allows you to ask using voice and listen to response.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "Two Way Voice for Gemini â„¢",
  "version": "1.5.5",
  "manifest_version": 3,
  "description": "This extension for Google Gemini â„¢ allows you to ask using voice and listen to response.",
  "icons": {
    "16": "icons/logo-16.png",
    "32": "icons/logo-32.png",
    "48": "icons/logo-48.png",
    "128": "icons/logo-128.png"
  },
  "action": {
    "default_popup": "popup.html"
  },
  "permissions": [
    "activeTab",
    "storage"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://bard.google.com/",
        "https://bard.google.com/*",
        "https://gemini.google.com/",
        "https://gemini.google.com/*"
      ],
      "js": [
        "bard_voice_conversation.js"
      ]
    }
  ],
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}