Chat2Docs

Chat2Docs

Chat2Docs is an innovative Chrome extension simplifying the process of gathering information from ChatGPT and Gemini.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "Chat2Docs",
  "description": "Chat2Docs is an innovative Chrome extension simplifying the process of gathering information from ChatGPT and Gemini.",
  "offline_enabled": true,
  "version": "2.0.2",
  "manifest_version": 3,
  "action": {
    "default_popup": "html/main.html",
    "default_icon": {
      "16": "assets/extension-icons/logo-16.png",
      "48": "assets/extension-icons/logo-48.png",
      "128": "assets/extension-icons/logo-128.png"
    }
  },
  "permissions": [
    "activeTab",
    "scripting",
    "identity",
    "storage"
  ],
  "oauth2": {
    "client_id": "960252692221-9ievptebrnt2uc2grc4i99tfkq648u3m.apps.googleusercontent.com",
    "scopes": [
      "https://www.googleapis.com/auth/documents"
    ]
  }
}