Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "OpenClaw Dashboard",
"version": "1.0.0",
"description": "OpenClaw (MoltBot & ClawdBot) in your browser sidepanel. Chat directly in the side panel, no need to switch IM apps.",
"action": {
"default_icon": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"default_title": "OpenClaw Dashboard"
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"permissions": [
"sidePanel",
"declarativeNetRequest"
],
"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"
}
]
},
"background": {
"service_worker": "background.js"
},
"side_panel": {
"default_path": "sidepanel.html"
}
}