Geppetto

Geppetto

This is an extension that you can talk with

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Geppetto",
  "description": "This is an extension that you can talk with",
  "version": "1.2",
  "manifest_version": 3,
  "icons": {
    "48": "/assets/icons/logo.png"
  },
  "action": {
    "default_popup": "popup.html",
    "default_icon": {
      "48": "/assets/icons/logo.png"
    }
  },
  "permissions": [],
  "externally_connectable": {
    "matches": [
      "https://chatgpt-ext.codebnb.me/*"
    ]
  },
  "background": {
    "service_worker": "background.js"
  },
  "content_scripts": []
}