Echoes - ChatGPT Conversation History Search

Echoes - ChatGPT Conversation History Search

Search and manage your ChatGPT conversation history

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.eb247480.png",
    "32": "icon32.plasmo.3bf0e14d.png",
    "48": "icon48.plasmo.fb58a203.png",
    "64": "icon64.plasmo.8e9bab2d.png",
    "128": "icon128.plasmo.469664bc.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.eb247480.png",
      "32": "icon32.plasmo.3bf0e14d.png",
      "48": "icon48.plasmo.fb58a203.png",
      "64": "icon64.plasmo.8e9bab2d.png",
      "128": "icon128.plasmo.469664bc.png"
    },
    "default_popup": "popup.html"
  },
  "version": "4.0.6",
  "author": "R2bits",
  "name": "Echoes - ChatGPT Conversation History Search",
  "description": "Search and manage your ChatGPT conversation history",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "permissions": [
    "activeTab",
    "storage",
    "webRequest"
  ],
  "content_scripts": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "js": [
        "highlightKeyword.3c0af9c5.js"
      ],
      "all_frames": true,
      "css": []
    }
  ],
  "homepage_url": "https://echoes.r2bits.com",
  "host_permissions": [
    "https://chat.openai.com/*",
    "https://chatgpt.com/*"
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "default": "Ctrl+Shift+F",
        "mac": "MacCtrl+Shift+F"
      }
    }
  },
  "web_accessible_resources": [
    {
      "matches": [
        "https://chat.openai.com/*",
        "https://chatgpt.com/*"
      ],
      "resources": [
        "SearchIndexWorker.7e5a42cd.js",
        "highlightKeyword.1ee11ee2.css"
      ]
    }
  ]
}