Rhea Client

Rhea Client

Rhea Generative Framework extension; chat/messaging experience, persona creation and editor.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Rhea Client",
  "version": "0.8.3",
  "description": "Rhea Generative Framework extension; chat/messaging experience, persona creation and editor.",
  "permissions": [
    "storage",
    "contextMenus",
    "speech"
  ],
  "background": {
    "service_worker": "./background.js"
  },
  "action": {
    "default_popup": "./index.html?popup=true",
    "default_title": "Open Rhea"
  },
  "options_page": "./settingsPage.html",
  "icons": {
    "16": "icon-16.png",
    "32": "icon-32.png",
    "48": "icon-48.png",
    "128": "icon-128.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "[email protected]",
      "strict_min_version": "100.0"
    },
    "edge": {
      "browser_action_next_to_addressbar": true
    }
  }
}