Microsoft Cloud Copilot Chat-Sidebar Auto-Close Firefox

Examine source code of Microsoft Cloud Copilot Chat-Sidebar Auto-Close

By: Dan
Inspect and view changes in Microsoft Cloud Copilot Chat-Sidebar Auto-Close source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
  "manifest_version": 2,
  "name": "Cloud Copilot Chat Sidebar Auto-Close",
  "version": "1.0",
  "description": "Auto-clicks the sidebar toggle button when clicking the main home area.",
  "content_scripts": [
    {
      "matches": [
        "https://m365.cloud.microsoft/chat*"
      ],
      "js": [
        "content.js"
      ],
      "run_at": "document_idle"
    }
  ],
  "browser_action": {
    "default_icon": "ms.png"
  },
  "icons": {
    "64": "ms.png"
  },
  "browser_specific_settings": {
    "gecko": {
      "id": "copilot-sidebar-autoclose@yourdomain.com",
      "data_collection_permissions": {
        "required": [
          "none"
        ]
      }
    }
  },
  "permissions": [
    "https://m365.cloud.microsoft/chat*"
  ]
}

Best Microsoft Cloud Copilot Chat-Sidebar Auto-Close Alternatives

Here are some Firefox add-ons that are similar to Microsoft Cloud Copilot Chat-Sidebar Auto-Close: