Anything Copilot - Any AI Copilot, Unlimited, Privacy, No Account Needed

Anything Copilot - Any AI Copilot, Unlimited, Privacy, No Account Needed

Unlock AI Insights on the Fly: Open Any AI Site in a Popup or Sidebar for Instant Access and Enhanced Productivity!

Merlin
Additional files are visible only to premium users

manifest.json


{
  "name": "__MSG_name__",
  "version": "1.2.16",
  "description": "__MSG_description__",
  "manifest_version": 3,
  "action": {
    "default_icon": {
      "16": "img/logo_16x16.png",
      "24": "img/logo_24x24.png",
      "32": "img/logo_32x32.png"
    },
    "default_title": "__MSG_short_name__",
    "default_popup": "popup.html"
  },
  "default_locale": "en",
  "icons": {
    "16": "img/logo_16x16.png",
    "32": "img/logo_32x32.png",
    "48": "img/logo_48x48.png",
    "128": "img/logo_128x128.png"
  },
  "author": {
    "email": "[email protected]"
  },
  "background": {
    "service_worker": "service-worker-loader.js",
    "type": "module"
  },
  "content_scripts": [
    {
      "js": [
        "assets/index.ts-loader.js"
      ],
      "matches": [
        "http://placeholder.ziziyi.com/*"
      ],
      "run_at": "document_start"
    }
  ],
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "permissions": [
    "tabs",
    "scripting",
    "activeTab",
    "storage",
    "offscreen",
    "sidePanel",
    "declarativeNetRequestWithHostAccess",
    "declarativeNetRequestFeedback",
    "contextMenus"
  ],
  "optional_permissions": [],
  "host_permissions": [
    "<all_urls>"
  ],
  "minimum_chrome_version": "111",
  "commands": {
    "toggleMinimize": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "__MSG_toggle_minimize_desc__",
      "global": true
    },
    "toggleSidebar": {
      "suggested_key": {
        "default": "Ctrl+0"
      },
      "description": "__MSG_toggle_sidebar"
    }
  },
  "omnibox": {
    "keyword": "ac"
  },
  "web_accessible_resources": [
    {
      "matches": [
        "<all_urls>"
      ],
      "resources": [
        "/js/*",
        "/assets/*",
        "/img/*",
        "sidebar.html",
        "logo.svg"
      ],
      "use_dynamic_url": true
    },
    {
      "matches": [
        "http://placeholder.ziziyi.com/*"
      ],
      "resources": [
        "js/chunk-6fd82d73.js",
        "js/chunk-0dd967a0.js",
        "js/chunk-f86b7f65.js",
        "js/chunk-09be6e3a.js",
        "js/chunk-4181a9c9.js",
        "js/chunk-1cabb459.js",
        "js/chunk-6b2ac0b3.js",
        "assets/index.css"
      ],
      "use_dynamic_url": true
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}