{
  "manifest_version": 3,
  "name": "mygpts",
  "version": "1.0",
  "description": "Extension de recherche personnalisée",
  "content_scripts": [
    {
      "matches": ["https://chatgpt.com/*"],
      "js": ["content.js"],
      "run_at": "document_end"
    }
  ]
}