Elmo Chat - Your AI Web Copilot

Elmo Chat - Your AI Web Copilot

Elmo is your AI web copilot to create summaries, insights and extended knowledge.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "icons": {
    "16": "icon16.plasmo.e4c537c9.png",
    "32": "icon32.plasmo.b94b4046.png",
    "48": "icon48.plasmo.c4d792ed.png",
    "64": "icon64.plasmo.c0df1364.png",
    "128": "icon128.plasmo.92f8c4e3.png"
  },
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "icon16.plasmo.e4c537c9.png",
      "32": "icon32.plasmo.b94b4046.png",
      "48": "icon48.plasmo.c4d792ed.png",
      "64": "icon64.plasmo.c0df1364.png",
      "128": "icon128.plasmo.92f8c4e3.png"
    }
  },
  "version": "0.2.2",
  "author": "Lepton AI",
  "name": "Elmo Chat - Your AI Web Copilot",
  "description": "Elmo is your AI web copilot to create summaries, insights and extended knowledge.",
  "background": {
    "service_worker": "static/background/index.js"
  },
  "options_ui": {
    "page": "options.html",
    "open_in_tab": true
  },
  "side_panel": {
    "default_path": "sidepanel.html"
  },
  "permissions": [
    "storage",
    "sidePanel",
    "scripting",
    "activeTab",
    "tts",
    "commands",
    "contextMenus"
  ],
  "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAp7pzpSaIvnLol8ue02NVoC3XE9GWRxSiK+YGo58he8+ddRe/Uo/gw0N5pNYaxiJfGP+AzG5D48z/EJbUneLyHxcibD53YjoiCUWxcVeqCVjkTeYqPVDBxAH+xUJanfM0mH71lybk5lenz0IAz+Mgwk7wlpq0nt0Xl7vqBEnQ3BsEEmS6kQGsVHR6E7t5FzthtQznbhi5k2louGG3dJws8m7J7qdKE58RMeGJC8IoVMiwdMMflVPpxGEWGn1G2NeovE3V3L3wsCh672ZxOC6FaxmOSBs8u1Klk+Ye/Ubp7eGd/+8udW0Mlc6QGuMoY0cKUM26JZ2S505mfocoyNcv+QIDAQAB",
  "externally_connectable": {
    "matches": [
      "https://localhost:3000/*",
      "https://www.elmo.chat/*",
      "https://elmo.chat/*"
    ]
  },
  "web_accessible_resources": [
    {
      "resources": [
        "options.html",
        "tabs/experimental.html",
        "assets/pdfjs-dist/*/**"
      ],
      "extension_ids": [
        "ipnlcfhfdicbfbchfoihipknbaeenenm"
      ],
      "matches": [
        "https://*/*",
        "http://*/*"
      ]
    }
  ],
  "commands": {
    "_execute_action": {
      "suggested_key": {
        "windows": "Ctrl+Shift+E",
        "mac": "Command+Shift+E",
        "chromeos": "Ctrl+Shift+E",
        "linux": "Ctrl+Shift+E"
      }
    }
  },
  "optional_host_permissions": [
    "https://*/*",
    "http://*/*",
    "file:///*"
  ]
}