OChat: AI chat companion for WhatsApp & more.

OChat: AI chat companion for WhatsApp & more.

Your AI chat companion, Everywhere you chat! Enhance your chat speed and effectiveness on WhatsApp, Linkedin, Telegram and Teams.

Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "OChat: AI chat companion for WhatsApp & more.",
  "description": "Your AI chat companion, Everywhere you chat! Enhance your chat speed and effectiveness on WhatsApp, Linkedin, Telegram and Teams.",
  "version": "1.1.2",
  "icons": {
    "16": "logo.png",
    "48": "logo.png",
    "128": "logo.png"
  },
  "permissions": [
    "storage",
    "identity",
    "identity.email"
  ],
  "oauth2": {
    "client_id": "221601445836-6cqb4po89hbv5lt6f3cpdh26amrdlp14.apps.googleusercontent.com",
    "project_id": "atomic-climate-413708",
    "auth_uri": "https://accounts.google.com/o/oauth2/auth",
    "token_uri": "https://oauth2.googleapis.com/token",
    "scopes": [
      "openid",
      "email",
      "profile"
    ]
  },
  "action": {
    "default_popup": "index.html",
    "default_icon": "logo.png"
  },
  "content_scripts": [
    {
      "js": [
        "src/js/ochat-class.js",
        "src/js/content.js",
        "src/js/contentSelector.js",
        "src/js/contentPanel.js",
        "src/js/ochat-service.js"
      ],
      "matches": [
        "https://web.whatsapp.com/*",
        "https://www.linkedin.com/*",
        "https://web.telegram.org/*",
        "https://teams.microsoft.com/*"
      ],
      "run_at": "document_end"
    }
  ],
  "background": {
    "service_worker": "background.js",
    "type": "module"
  },
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArOmOcPXPgb8BDiX36QoUKWRtvsC/KazOrF7uEc8ERKOlnduokWpa8WSpykGY/eEmgspV+rrc0dByIM1oZOW9sOVp4vuLH6bvYPYsxFMBDYORwPek9I4CnXKmFSdRF7YkPlUrZwlf9melyJ9PUuoEOMip//0vuDNUzIvWaV42jhAltN/fJdbCoXEl+NKDRafVLwKZNbOlo03ce0tNoCCgdUEby1MI9i19ByWtiZhwRNTxYtc7W1tCZ0vxZqGxlJaR670fgJCFwABC7bqRa4GAygHnzgMHjmbkQTeYgws+oFEixirVq4rm7pyqvN5qWRofSyvs+NL1wiDD5IUKTWdK4wIDAQAB"
}