Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "OpenClaw Copilot",
"version": "1.0.2",
"description": "OpenClaw (MoltBot & ClawdBot) in your browser: Chat directly in the side panel, no need to switch IM apps.",
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"action": {
"default_title": "Open OpenClaw Copilot"
},
"permissions": [
"sidePanel",
"storage",
"declarativeNetRequest",
"debugger",
"tabs",
"activeTab"
],
"host_permissions": [
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*",
"ws:\/\/localhost\/*",
"ws:\/\/127.0.0.1\/*"
],
"declarative_net_request": {
"rule_resources": [
{
"id": "ruleset_1",
"enabled": true,
"path": "rules.json"
}
]
},
"side_panel": {
"default_path": "src\/sidepanel.html"
},
"background": {
"service_worker": "background.js"
}
}