Anything Copilot Firefox

Examine source code of Anything Copilot

Inspect and view changes in Anything Copilot source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "name": "__MSG_app_name__",
  "version": "1.1.0",
  "short_name": "__MSG_short_name__",
  "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"
  },
  "background": {
    "scripts": [
      "js/bg.js"
    ]
  },
  "content_scripts": [],
  "options_page": "options.html",
  "side_panel": {
    "default_path": "sidebar.html"
  },
  "permissions": [
    "tabs",
    "scripting",
    "activeTab",
    "storage",
    "offscreen",
    "sidePanel",
    "declarativeNetRequestWithHostAccess",
    "contextMenus",
    "cookies",
    "favicon"
  ],
  "optional_permissions": [
    "bookmarks",
    "readingList",
    "tabGroups"
  ],
  "host_permissions": [
    "<all_urls>"
  ],
  "minimum_chrome_version": "111",
  "commands": {
    "toggleOpenSidebar": {
      "suggested_key": {
        "default": "Alt+S"
      },
      "description": "__MSG_toggle_sidebar__"
    },
    "togglePipMinimize": {
      "suggested_key": {
        "default": "Ctrl+Shift+1"
      },
      "description": "__MSG_toggle_minimize_desc__",
      "global": true
    }
  },
  "omnibox": {
    "keyword": "ac"
  },
  "web_accessible_resources": [
    {
      "resources": [
        "/js/*",
        "/assets/*",
        "/img/*",
        "/locales/*",
        "sidebar.html",
        "logo.svg"
      ],
      "matches": [
        "<all_urls>"
      ],
      "use_dynamic_url": false
    }
  ],
  "content_security_policy": {
    "extension_pages": "script-src 'self' 'wasm-unsafe-eval'"
  },
  "sidebar_action": {
    "default_icon": {
      "16": "img/logo_16x16.png",
      "24": "img/logo_24x24.png",
      "32": "img/logo_32x32.png"
    },
    "default_title": "__MSG_app_name__",
    "default_panel": "sidebar.html"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "@anythingcopilot",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  }
}

Best Anything Copilot Alternatives

Here are some Firefox add-ons that are similar to Anything Copilot: