Free ChatGPT assistant

Free ChatGPT assistant

Communicate by voice with ChatGPT free on any website. Your personal assistant based on ChatGPT.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "__MSG_ext_name__",
  "short_name": "__MSG_ext_short_name__",
  "description": "__MSG_ext_description__",
  "default_locale": "en",
  "version": "0.0.17",
  "action": {
    "default_icon": "icons/logo_64.png"
  },
  "icons": {
    "16": "icons/logo_16.png",
    "32": "icons/logo_32.png",
    "64": "icons/logo_64.png"
  },
  "permissions": [
    "tabs",
    "storage",
    "scripting"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "background": {
    "service_worker": "background.js"
  },
  "options_page": "/index.html",
  "content_scripts": [
    {
      "js": [
        "content.js"
      ],
      "css": [
        "css/content.css"
      ],
      "run_at": "document_end",
      "matches": [
        "http://*/*",
        "https://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Shift+Ctrl+Y"
      },
      "description": "__MSG_execute_action__"
    },
    "micro_action": {
      "suggested_key": {
        "default": "Shift+Ctrl+U"
      },
      "description": "__MSG_micro_action__"
    }
  },
  "web_accessible_resources": [
    {
      "resources": [
        "img/gprt-calc327-ai-chat-enter-icn.svg",
        "img/gprt-calc327-ai-chat-microphone-icn.svg",
        "img/gprt-calc327-ai-chat-settings-icn.svg",
        "img/gprt-calc327-ai-chat-sound-active-icn.svg",
        "img/gprt-calc327-ai-chat-sound-off-icn.svg",
        "img/gprt-calc327-ai-chat-microphone-grey-icn.svg",
        "img/gprt-calc327-ai-chat-microphone-icn.svg",
        "img/gprt-calc327-ai-chat-microphone-start-icn.svg",
        "img/gprt-calc327-ai-chat-microphone-white-icn.svg",
        "img/new-mic.svg",
        "img/new-mic-default.svg",
        "img/new-stop.svg",
        "img/new-mic-empty.svg",
        "img/new-voice-default.svg",
        "img/gprt-calc327-ai-chat-microphone-icn.svg",
        "img/gprt-calc327-ai-chat-load-icn.svg"
      ],
      "matches": [
        "<all_urls>"
      ]
    }
  ]
}