The AllChat - ChatGPT, WhatsApp, Messenger

The AllChat - ChatGPT, WhatsApp, Messenger

The AllChat: ultimate extension integrating ChatGPT, WhatsApp, Messenger in a single platform. Communication and productivity

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "name": "__MSG_name__",
  "description": "__MSG_desc__",
  "version": "1.0.1",
  "manifest_version": 3,
  "action": {},
  "default_locale": "en",
  "icons": {
    "16": "./icons/icon-128x128.png",
    "32": "./icons/icon-128x128.png",
    "48": "./icons/icon-128x128.png",
    "128": "./icons/icon-128x128.png"
  },
  "host_permissions": [
    "<all_urls>"
  ],
  "permissions": [
    "storage"
  ],
  "background": {
    "service_worker": "./background.js"
  }
}