Beyond Copilot

Beyond Copilot

Beyond Copilot is an AI tool that helps you to save time while you’re trying to find information over the internet.

Merlin
Additional files are visible only to premium users

manifest.json


{
  "update_url": "https://clients2.google.com/service/update2/crx",
  "manifest_version": 3,
  "name": "Beyond Copilot",
  "short_name": "beyond-copilot",
  "version": "1.0.0",
  "description": "Beyond Copilot is an AI tool that helps you to save time while you’re trying to find information over the internet.",
  "permissions": [
    "activeTab"
  ],
  "host_permissions": [
    "*://*.askbeyond.ai/*"
  ],
  "action": {
    "default_popup": "extension.html"
  },
  "icons": {
    "16": "./extension-icons/beyond-copilot-black-16.png",
    "32": "./extension-icons/beyond-copilot-black-32.png",
    "48": "./extension-icons/beyond-copilot-black-48.png",
    "128": "./extension-icons/beyond-copilot-black-128.png"
  }
}