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": "Manus Browser Operator",
"description": "Connect your browser to Manus Agent and let it help you complete everyday tasks that require your personal context.",
"version": "0.0.33",
"custom_meta": {
"author": "Manus AI",
"buildTime": "2025-11-13 23:21:24"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"action": {
"default_title": "Manus Chrome Operator",
"default_popup": "src\/popup.html",
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
}
},
"permissions": [
"tabs",
"tabGroups",
"storage",
"debugger",
"cookies",
"scripting"
],
"host_permissions": [
"<all_urls>"
],
"content_scripts": [
{
"js": [
"assets\/content.ts-loader.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
},
{
"js": [
"assets\/ManusAppBridge.ts-loader.js"
],
"matches": [
"https:\/\/manus.im\/*",
"https:\/\/vida.butterfly-effect.dev\/*",
"http:\/\/localhost\/*",
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost:3000\/*"
],
"run_at": "document_start",
"all_frames": false
}
],
"web_accessible_resources": [
{
"matches": [
"<all_urls>"
],
"resources": [
"assets\/*",
"main.js",
"typeGuards.js",
"sendMessage.js",
"content.ts.js"
],
"use_dynamic_url": false
},
{
"matches": [
"http:\/\/127.0.0.1\/*",
"http:\/\/localhost\/*",
"http:\/\/localhost:3000\/*",
"https:\/\/manus.im\/*",
"https:\/\/vida.butterfly-effect.dev\/*"
],
"resources": [
"sendMessage.js",
"ManusAppBridge.ts.js"
],
"use_dynamic_url": false
}
]
}